Variants
POST https://api.ecartapi.com/api/v2/products/{{productId}}/variants
Creates a variation of an available product.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"success":true,"variant":{"id":"605e6c4ea8379a0017104dbb","productId":null,"name":null,"price":"100","sku":"TEST-1616800846419","imageId":null,"fulfillmentService":null,"option1":"Rojo","option2":"XG","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}}}