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