read:productscurl --location --request GET 'https://v3.mangoteeprints.com/api/public/v1/products/' \
--header 'X-API-Key;'{
"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"
}