Get product (ID)
Method#
/products/id-do-produto#
GET https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/products/{{Id-do-produto}}
Header#
| Key | Value | 
|---|---|
| Client-Token | ACCOUNT SECURITY TOKEN | 
Concept#
In this method you will be able to get any product by its ID
Response#
200#
| Attributes | 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 | 
| description | string | Product description | 
| price | string | Product price | 
| salePrice | string | Sale price | 
| currency | string | Currency type | 
| name | string | Product type | 
| quantity | boolean | Product quantity attribute | 
| images | string | Product image link | 
Example
405#
In 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.
415#
In 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”