Variant
POST https://api.ecartapi.com/api/v2/products/{{productId}}/variants
Request Body
{"variant"=>{"price"=>"2000.00", "inventory"=>{"quantity"=>"1"}, "option1"=>"Size:M", "sku"=>"009"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"variant":{"id":"212740508","productId":null,"name":null,"price":"2000","sku":null,"imageId":null,"fulfillmentService":null,"option1":"Size","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"1"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}}}