Variants

POST https://api.ecartapi.com/api/v2/products/{{productId}}/variants

Creates a variation of an available product.

Important information:

Request Body

{"variant"=>{"name"=>"15 x 15 x 13 cm | 26ECTs / 20 piezas", "price"=>"219.04", "sku"=>"CCC003", "option1"=>"20", "option2"=>"20", "option3"=>"XS", "fulfillmentService"=>"manual", "dimensions"=>{"width"=>"2.2", "height"=>"2.2", "weight"=>"5.6"}, "units"=>{"width"=>"cm", "height"=>"cm", "weight"=>"kg"}, "requireShipping"=>"true"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"variant":{"id":"42042198655153","productId":"7287629840561","name":"20","upc":null,"price":"219.04","currency":null,"sku":"CCC003","imageId":null,"fulfillmentService":"manual","option1":"20","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"5.6"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"44129843282097","quantity":null},"requireShipping":"true","bundled":"false","dates":{"createdAt":"2022-08-10T15:27:15-04:00","updatedAt":"2022-08-10T15:27:15-04:00"},"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null}}