Create a new product.
API Scope: "Product (write)"
The name of the product.
255The price of the product in minor units, such as cents, with its corresponding currency.
{ "amount": 50000, "currency_code": "USD" }{ "amount": 25000 }{ "amount": 1500, "currency_code": "EUR" }The ecommerce platform from which the product is available.
255"Shopify"
The provided external_id must be unique. If a non-unique external_id is provided, the API will respond with an error.
100"564400c7-7a6b-4f29-b6a5-7bb580b2992c"
If a channel with this name is not already associated with the shop, it will be used to create a new channel.
255The SKU of the product.
255"SHOES-US44-M-Brwn"
The weight of the product in grams.
The barcode of the product.
255The description of the product.
65000The "type" of the product. This is a single value used to classify and group similar products.
255"shoes"
The manufacturer or seller of the product.
255"Internal"
The date and time at which the product was created.
"2023-04-25T18:25:00.000Z"
The date and time at which the product was updated. The value must be equal or greater than created_at.
"2023-04-25T13:45:00-05:00"
An array of optional features or characteristics of the product that can be selected by the customer.
An array of URLs which reference images of the product.
1An array of tags used to classify and group products.
1 - 255OK