{
"pagination": {
"current_page": 1,
"pages": 1,
"per_page": 1,
"total": 1
},
"products": [
{
"average_rating": 0.0,
"category_id": 1,
"created_at": "Thu, 01 May 2025 13:01:40 GMT",
"description": "updated product description",
"id": 8,
"images": "[{'image_url': 'https://example.com/image.jpg', 'is_primary': False}, {'image_url': 'https://example.com/image2.jpg', 'is_primary': False}, {'image_url': 'https://example.com/primary-image.jpg', 'is_primary': True}]",
"is_active": true,
"min_order_quantity": 3,
"name": "updated product",
"price": 25.99,
"review_count": 0,
"stock_quantity": 150,
"sustainability_attributes": "['updated-organic', 'updated-carbon-neutral']",
"tags": "['updated-eco-friendly', 'updated-handmade']",
"updated_at": "Thu, 01 May 2025 13:59:49 GMT",
"vendor_id": 17
}
],
"success": true
}