MANGOTEEPRINTS
  1. Schemas
MANGOTEEPRINTS
  • Overview
  • Change log
  • Production Lines
    • List Production Lines
  • Catalog
    • Get Catalogs
    • Get Catalog Detail
  • Products
    • Get Products
    • Get Product Detail
    • Get Product Variations
  • Orders
    • Create Order
    • List Orders
    • Get Order Detail
    • Update Order
    • Delete Order
    • Cancel Order
  • Webhooks
    • Create Webhook
    • List Webhooks
    • Get Webhook
    • Update Webhook
    • Delete Webhook
  • Schemas
    • Schemas
      • ShippingMethod Copy
      • CancelOrderData
      • CancelOrderResponse
      • CatalogsListData
      • CreateOrderResponse
      • FacilityType
      • GenericWebhookRequest
      • GetOrderResponse
      • GetProductionLineResponse
      • HTTPValidationError
      • InsertSchema
      • ListOrdersResponse
      • ListProductionLinesResponse
      • OrderCancelSchema
      • OrderCreateSchema
      • OrderItemResponseSchema
      • OrderItemSchema
      • OrderListData
      • OrderResponseSchema
      • OrderStatus
      • OrderUpdateSchema
      • PaginationInfo
      • PrintFileSchema
      • ProductionLineListData
      • ProductionLineSchema
      • ProductsListData
      • PublicBaseResponse
      • PublicCatalogDetailResponse
      • PublicCatalogResponse
      • PublicCatalogsListResponse
      • PublicProductDetailResponse
      • PublicProductResponse
      • PublicProductsListResponse
      • PublicVariationResponse
      • PublicVariationsListResponse
      • ShippingMethod
      • SpeedType
      • TrackingEventSchema
      • UpdateOrderResponse
      • ValidationError
      • VariationsListData
      • WebhookCreate
      • WebhookEvent
      • WebhookListResponse
      • WebhookUpdate
      • WebhookResponse
      • WebhookResponse
  1. Schemas

VariationsListData(VariationsListData)

Data structure for variations list response.

{
    "product_id": "string",
    "product_name": "string",
    "items": [
        {
            "attributes": {
                "print_areas": [
                    "center_hat",
                    "left_hat",
                    "right_hat",
                    "back_hat"
                ],
                "style": "Unisex",
                "tier": "Partnership"
            },
            "color": "MM Black",
            "id": "97398b91-64a0-495b-99bd-7bd8f6d9c41d",
            "is_available": true,
            "name": "Baseball Hat MM VN - MM Black - One Size",
            "price": 15.5,
            "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
            "size": "One Size",
            "sku": "EMMMBK00OS1",
            "stock_quantity": 999
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "pages": 5,
        "total": 100
    }
}
Built with