Products

Create Product

Create a new product

POST
/merchantos/products
x-access-token<token>

In: header

Request Body

application/json

The fields needed to create a product

The fields needed to create a product

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/merchantos/products" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "type": "STANDARD"  }'
{  "length": 0.1,  "type": "STANDARD",  "width": 0.1,  "height": 0.1,  "weight": 0,  "id": "string",  "first_article_inspection_completed_at": "2019-08-24T14:15:22Z",  "image_url": "string",  "name": "string",  "sku": "string",  "cost_price": 0,  "cost_currency": "string",  "description": "string",  "measurement_unit": "MM",  "weight_unit": "G",  "customs_description": "string",  "customs_value": 0,  "customs_value_currency": "string",  "config": {    "replenishment_source_strategy": "FIFO",    "replenishment_increment_level": 0,    "replenishment_maximum_level": 0,    "replenishment_minimum_level": 0  },  "country_of_origin": "string",  "hs_code": "string",  "team_id": "string"}