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

PublicCatalogDetailResponse(PublicCatalogDetailResponse)

Response model for GET /catalog/{catalog_id} endpoint.

{
    "code": "SUCCESS",
    "data": {
        "description": "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.",
        "icon": "https://s3-hn-1.mangoteeprints.com/products/4572ee3e-b068-46ff-a248-bcc6a2b56473.png",
        "id": "1dde0324-58d6-48e3-8b0b-561d8a940fea",
        "name": "Unisex",
        "products_count": 49
    },
    "message": "Catalog retrieved successfully",
    "request_id": "550e8400-e29b-41d4-a716-446655440002",
    "status": true,
    "timestamp": "2025-08-20T09:45:00.000000"
}
Built with