{
"items": [
{
"attributes": {
"care": "Machine wash cold",
"material": "100% Cotton",
"weight": "180gsm"
},
"base_price": 19.99,
"catalog_id": "cat_apparel",
"catalog_name": "Apparel",
"currency": "USD",
"description": "High quality 100% cotton t-shirt",
"id": "prod_123456",
"images": [
"https://storage.mango.com/products/tshirt-front.jpg",
"https://storage.mango.com/products/tshirt-back.jpg"
],
"is_active": true,
"max_order_quantity": 100,
"min_order_quantity": 1,
"name": "Premium Cotton T-Shirt",
"sku": "TSH-001",
"variations_count": 12
}
],
"pagination": {
"limit": 20,
"page": 1,
"pages": 5,
"total": 100
}
}