Get products
#
Method#
/catalogsGET
https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/catalogs
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptWith this method you will be able to get the products from a WhatsApp Business catalag
#
Response#
200Attributes | Type | Description |
---|---|---|
cartEnabled | boolean | Attribute to know if your cart is active |
availability | string | Attribute to know product availability |
id | string | Product ID |
retailerId | boolean | Retailer ID |
price | string | Product price |
currency | string | Currency type |
name | string | Product type |
quantity | boolean | Product quantity attribute |
images | string | Product image link |
Example
#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”