cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/products \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "price": 123, "currency": "<string>", "description": "<string>", "images": [ {} ] } '
{ "id": "<string>" }
Register or update a product in the catalog
Documentation IndexFetch the complete documentation index at: https://developer.z-api.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.z-api.io/llms.txt
Use this file to discover all available pages before exploring further.
{ "currency": "BRL", "description": "A product description", "images": ["https://avatars.githubusercontent.com/u/60630101?s=200&v=4"], "isHidden": false, "name": "My first product", "price": 20, "salePrice": 18, "retailerId": "002", "url": "https://z-api.io" }
{ "id": "4741575945866725" }