cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/catalogs \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "nextCursor": "<string>" } '
Returns catalog products (V2 with pagination via body)
{ "nextCursor": "eyJwbHVnaW5fbmFtZSI6IldIQVRTQVBQX0NBVEFMT0ciLCJxdWVy..." }
{ "cartEnabled": true, "products": [ { "availability": "in stock", "id": "999999999999999", "retailerId": null, "description": "Mouse description", "price": "100000", "salePrice": "90000", "currency": "BRL", "name": "Mouse", "quantity": null, "images": ["https://..."] } ] }