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

PublicProductDetailResponse(PublicProductDetailResponse)

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

{
    "code": "SUCCESS",
    "data": {
        "attributes": {
            "gender": [
                "Hard Goods"
            ],
            "group": "Hat",
            "print_areas": [
                "center_hat",
                "left_hat",
                "right_hat",
                "back_hat"
            ]
        },
        "base_price": "0.00",
        "catalog_id": "1dde0324-58d6-48e3-8b0b-561d8a940fea",
        "catalog_name": "Unisex",
        "currency": "USD",
        "id": "4311bb76-00b2-497f-9d2b-3e0f106a68dd",
        "images": [],
        "is_active": true,
        "max_order_quantity": 100,
        "min_order_quantity": 1,
        "name": "Baseball Hat MM VN",
        "sku": "PROD-4311bb76-00b2-497f-9d2b-3e0f106a68dd",
        "variations_count": 160
    },
    "message": "Product retrieved successfully",
    "request_id": "7b6552f8-2b8f-4e12-8531-535b41c9289d",
    "status": true,
    "timestamp": "2025-08-20T10:13:22.111992"
}
Built with