Products
POST https://api.ecartapi.com/api/v2/products/:id?validate=true
To create a product in an Etsy shop, you need to provide specific information:
- taxonomyId field is required:
If the taxonomyId is not sent 19 is sent as default value.
whoMade
field: Specify the creator as
true
if you made the product. or false
if someone else did
- For whenMade field: Choose the timeframe when the product was made
made_to_order
, 2020_2022
, 2010_2019
, 2003_2009
, before_2003
, 2000_2002
, 1990s
, 1980s
, 1970s
, 1960s
, 1950s
, 1940s
, 1930s
, 1920s
, 1910s
, 1900s
, 1800s
, 1700s
or before_1700
- For productType field you can use the values: Input the type of product as
physical
(tangible item), download
(digital file), or both
(available in both formats).
More information about ecommerce's resource
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
validate | boolean |
Request Body
{"product"=>{"name"=>"Producto Post EcartApi V2", "description"=>"Este es un producto agregado con EcartApi v2", "price"=>"200", "quantity"=>"2", "taxonomyId"=>"19", "productType"=>"download", "whoMade"=>"true", "whenMade"=>"2020_2022"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"1493659446","sku":null,"name":"Producto Post EcartApi V2","subName":null,"upc":null,"description":"Este es un producto agregado con EcartApi v2","currency":"MXN","productType":"download","quantity":"2","price":"200","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"19","name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":false,"status":"draft","ecartapiId":null,"ecartapi":null,"hasOptions":null},"variants":[],"options":[],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[],"imageUrl":null,"condition":null,"link":"https://www.etsy.com/listing/1493659446/producto-post-ecartapi-v2","dates":{"createdAt":"2023-06-21T00:02:58.000Z","updatedAt":"2023-06-21T00:02:58.000Z"},"vendor":null,"sellOutStock":null,"internationalShipment":[]}}