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

PublicVariationsListResponse(PublicVariationsListResponse)

Response model for GET /products/{product_id}/variations endpoint.

{
    "code": "SUCCESS",
    "data": {
        "items": [
            {
                "attributes": {
                    "print_areas": [
                        "center_hat",
                        "left_hat",
                        "right_hat",
                        "back_hat"
                    ],
                    "style": "Unisex",
                    "tier": "Platinum"
                },
                "color": "MM Dark Blue",
                "id": "fa47b185-699f-465e-a98f-3aa338415be7",
                "is_available": true,
                "name": "Baseball Hat MM VN - MM Dark Blue - One Size",
                "price": "12.50",
                "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
                "size": "One Size",
                "sku": "EMMMDARBLUE00OS1",
                "stock_quantity": 999
            },
            {
                "attributes": {
                    "print_areas": [
                        "center_hat",
                        "left_hat",
                        "right_hat",
                        "back_hat"
                    ],
                    "style": "Unisex",
                    "tier": "Platinum"
                },
                "color": "MM Black",
                "id": "c27442f8-ee0a-4685-bc38-c20bd96f2fe5",
                "is_available": true,
                "name": "Baseball Hat MM VN - MM Black - One Size",
                "price": "12.50",
                "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
                "size": "One Size",
                "sku": "EMMMBK00OS1",
                "stock_quantity": 999
            },
            {
                "attributes": {
                    "print_areas": [
                        "center_hat",
                        "left_hat",
                        "right_hat",
                        "back_hat"
                    ],
                    "style": "Unisex",
                    "tier": "Platinum"
                },
                "color": "MM Grey",
                "id": "cb509850-08c6-4e84-8b96-ea9acc985bb9",
                "is_available": true,
                "name": "Baseball Hat MM VN - MM Grey - One Size",
                "price": "12.50",
                "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
                "size": "One Size",
                "sku": "EMMMGEY00OS1",
                "stock_quantity": 999
            },
            {
                "attributes": {
                    "print_areas": [
                        "center_hat",
                        "left_hat",
                        "right_hat",
                        "back_hat"
                    ],
                    "style": "Unisex",
                    "tier": "Platinum"
                },
                "color": "MM Dark Green",
                "id": "89dccaf2-0d29-48a8-b71a-9645c2e7b6c7",
                "is_available": true,
                "name": "Baseball Hat MM VN - MM Dark Green - One Size",
                "price": "12.50",
                "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
                "size": "One Size",
                "sku": "EMMMDARGRE00OS1",
                "stock_quantity": 999
            },
            {
                "attributes": {
                    "print_areas": [
                        "center_hat",
                        "left_hat",
                        "right_hat",
                        "back_hat"
                    ],
                    "style": "Unisex",
                    "tier": "Platinum"
                },
                "color": "MM Khaki",
                "id": "b7a7a89e-6c38-4526-b7a6-0568f452ded3",
                "is_available": true,
                "name": "Baseball Hat MM VN - MM Khaki - One Size",
                "price": "12.50",
                "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
                "size": "One Size",
                "sku": "EMMMKK00OS1",
                "stock_quantity": 999
            }
        ],
        "pagination": {
            "limit": 10,
            "page": 1,
            "pages": 16,
            "total": 160
        },
        "product_id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
        "product_name": "Baseball Hat MM VN"
    },
    "message": "Variations retrieved successfully",
    "request_id": "694fdf18-b184-42f9-9101-98645a48ee2b",
    "status": true,
    "timestamp": "2025-08-20T09:55:15.325137"
}
Built with