Retrieve products for a specific store
curl --request GET \ --url https://backend.kart.ai/api/products/{shop}/ \ --header 'X-API-KEY: <x-api-key>'
{ "store_id": 123, "store_name": "<string>", "products": [ { "id": 123, "name": "<string>", "price": 123, "description": "<string>", "images": [ "<string>" ], "url": "<string>", "metadata": {}, "product_type": "<string>" } ], "total_pages": 123, "current_page": 123, "has_next": true, "has_previous": true, "items_per_page": 123, "total_items": 123, "product_type": "<string>" }
Show child attributes