Create/edit product
Method#
/products#
POST https://api.z-api.io/instances/{{instanceId}}/token/{{instanceToken}}/products
Header#
| Key | Value | 
|---|---|
| Client-Token | ACCOUNT SECURITY TOKEN | 
Concept#
In this method you will be able to register and update a product in your catalog
Attributes#
Required#
| Attributes | Type | Description | 
|---|---|---|
| currency | string | Currency type | 
| description | string | Product description | 
| images | string | Product’s image Url | 
| isHidden | boolean | Attribute to “hide” the product in the catalog | 
| name | string | Product name | 
| price | integer | Product price | 
| salePrice | integer | Sale price | 
| retailerId | string | Product ID | 
| url | string | Z-APIs Url route | 
Request Body#
Response#
200#
| Attributes | Type | Description | 
|---|---|---|
| id | string | Product ID | 
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”
Webhook Response#
Link to webhook response (on receipt)