Variant
POST https://api.ecartapi.com/api/v2/products/{{productId}}/variants
Request Body
{"variant"=>{"price"=>"10.99", "productType"=>"physical", "options"=>[{"name"=>"Color", "value"=>"red", "type"=>"color"}, {"name"=>"Size", "value"=>"small", "type"=>"radio"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"success":true,"variant":{"id":"undefined","productId":"5","name":"Test Create Product","price":null,"sku":null,"fulfillmentService":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"lbs"},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"dates":{"createdAt":"8/23/2019","updatedAt":"8/29/2019"}}}