Products

POST https://api.ecartapi.com/api/v2/products

Create a product for wix.
The currency for the price and the weight units, depend of your store configuration on wix.

There are 2 ways to add products to you inventory:

  1. If it’s a product, that has no variants and it’s only the product itself, you can use the “quantity” attribute.

  2. ⁠⁠If, however, your products have multiple variants (options to choose), you have to use the request “variant update”.
    You can’t use the “quantity” attribute with products with variants, because it will have no effect.

For more information, check ecommerce documentation

Request Body

{"product"=>{"name"=>"test", "sku"=>"test-13", "description"=>"<p>Esta es una descripción</p>", "productType"=>"physical", "quantity"=>"200", "price"=>"100", "dimensions"=>{"weight"=>"60"}, "status"=>{"visibility"=>"true"}, "options"=>[{"name"=>"Color", "values"=>["black", "white"]}], "imageUrl"=>"https://rockcontent.com/es/wp-content/uploads/sites/3/2019/02/o-que-e-produto-no-mix-de-marketing-1024x538.png.webp", "vendor"=>"Manzanita2"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;product&quot;:{&quot;id&quot;:&quot;c1813dcf-4f3e-45cf-980a-9f3193c9a740&quot;,&quot;productUserId&quot;:null,&quot;sku&quot;:&quot;test-13&quot;,&quot;name&quot;:&quot;test&quot;,&quot;subName&quot;:null,&quot;upc&quot;:null,&quot;gtin&quot;:null,&quot;description&quot;:&quot;\u003cp\u003eEsta es una descripción\u003c/p\u003e&quot;,&quot;currency&quot;:&quot;MXN&quot;,&quot;productType&quot;:&quot;physical&quot;,&quot;quantity&quot;:&quot;0&quot;,&quot;price&quot;:&quot;100&quot;,&quot;cost&quot;:null,&quot;discount&quot;:null,&quot;dimensions&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;60&quot;},&quot;units&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;kg&quot;},&quot;category&quot;:{&quot;id&quot;:null,&quot;name&quot;:null,&quot;all&quot;:[]},&quot;tags&quot;:[],&quot;status&quot;:{&quot;id&quot;:null,&quot;visibility&quot;:&quot;true&quot;,&quot;active&quot;:null,&quot;status&quot;:null,&quot;ecartapiId&quot;:&quot;1&quot;,&quot;ecartapi&quot;:&quot;active&quot;,&quot;hasOptions&quot;:null,&quot;inStock&quot;:&quot;true&quot;},&quot;variants&quot;:[{&quot;id&quot;:&quot;be5ef5d1-cb2d-494f-ad56-d46908b46b4e&quot;,&quot;productId&quot;:&quot;c1813dcf-4f3e-45cf-980a-9f3193c9a740&quot;,&quot;productUserId&quot;:null,&quot;barcode&quot;:null,&quot;name&quot;:&quot;test-13&quot;,&quot;price&quot;:&quot;100&quot;,&quot;currency&quot;:&quot;MXN&quot;,&quot;sku&quot;:&quot;test-13&quot;,&quot;fulfillmentService&quot;:null,&quot;option1&quot;:&quot;black&quot;,&quot;option2&quot;:null,&quot;option3&quot;:null,&quot;dimensions&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;60&quot;},&quot;units&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;kg&quot;},&quot;inventory&quot;:{&quot;itemId&quot;:null,&quot;quantity&quot;:null},&quot;status&quot;:{&quot;active&quot;:&quot;true&quot;},&quot;requireShipping&quot;:null,&quot;bundled&quot;:null,&quot;countryCodeOrigin&quot;:null,&quot;provinceCodeOrigin&quot;:null,&quot;harmonizedSystemCode&quot;:null,&quot;countryHarmonizedSystemCode&quot;:null,&quot;imageId&quot;:null,&quot;imageUrl&quot;:null,&quot;dates&quot;:{&quot;createdAt&quot;:null,&quot;updatedAt&quot;:null},&quot;ecartapiUrl&quot;:null},{&quot;id&quot;:&quot;22334d7d-63e7-43e2-933a-4be14f01681e&quot;,&quot;productId&quot;:&quot;c1813dcf-4f3e-45cf-980a-9f3193c9a740&quot;,&quot;productUserId&quot;:null,&quot;barcode&quot;:null,&quot;name&quot;:&quot;test-13&quot;,&quot;price&quot;:&quot;100&quot;,&quot;currency&quot;:&quot;MXN&quot;,&quot;sku&quot;:&quot;test-13&quot;,&quot;fulfillmentService&quot;:null,&quot;option1&quot;:&quot;white&quot;,&quot;option2&quot;:null,&quot;option3&quot;:null,&quot;dimensions&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;60&quot;},&quot;units&quot;:{&quot;width&quot;:null,&quot;height&quot;:null,&quot;length&quot;:null,&quot;weight&quot;:&quot;kg&quot;},&quot;inventory&quot;:{&quot;itemId&quot;:null,&quot;quantity&quot;:null},&quot;status&quot;:{&quot;active&quot;:&quot;true&quot;},&quot;requireShipping&quot;:null,&quot;bundled&quot;:null,&quot;countryCodeOrigin&quot;:null,&quot;provinceCodeOrigin&quot;:null,&quot;harmonizedSystemCode&quot;:null,&quot;countryHarmonizedSystemCode&quot;:null,&quot;imageId&quot;:null,&quot;imageUrl&quot;:null,&quot;dates&quot;:{&quot;createdAt&quot;:null,&quot;updatedAt&quot;:null},&quot;ecartapiUrl&quot;:null}],&quot;options&quot;:[{&quot;id&quot;:null,&quot;name&quot;:&quot;Color&quot;,&quot;values&quot;:[&quot;black&quot;,&quot;white&quot;]}],&quot;associatedItems&quot;:[],&quot;logistic&quot;:{&quot;me1Suported&quot;:null,&quot;mode&quot;:null,&quot;type&quot;:null,&quot;free&quot;:&quot;false&quot;,&quot;direction&quot;:null,&quot;dimensions&quot;:null,&quot;rates&quot;:[]},&quot;images&quot;:[],&quot;imageUrl&quot;:&quot;https://rockcontent.com/es/wp-content/uploads/sites/3/2019/02/o-que-e-produto-no-mix-de-marketing-1024x538.png.webp&quot;,&quot;condition&quot;:null,&quot;link&quot;:&quot;https://www.dev-site-1x8647.wixdev-sites.org/product-page/test-4&quot;,&quot;dates&quot;:{&quot;createdAt&quot;:&quot;2024-03-15T18:09:00.190Z&quot;,&quot;updatedAt&quot;:&quot;2024-03-15T18:09:00.190Z&quot;},&quot;vendor&quot;:&quot;Manzanita2&quot;,&quot;sellOutStock&quot;:null,&quot;locations&quot;:[],&quot;internationalShipment&quot;:[]}}