Get all product variants
GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants
Searches for all the registered variants of a single product.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"variants":[{"id":"11724953","productId":null,"name":null,"price":"85","sku":"SB7890","imageId":"12184529","fulfillmentService":null,"option1":"s","option2":"black","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"70"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724954","productId":null,"name":null,"price":"85","sku":"MB890","imageId":"12184529","fulfillmentService":null,"option1":"m","option2":"black","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"22"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724955","productId":null,"name":null,"price":"85","sku":"LB890","imageId":"12184529","fulfillmentService":null,"option1":"l","option2":"black","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"18"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724956","productId":null,"name":null,"price":"85","sku":"SY890","imageId":"12184526","fulfillmentService":null,"option1":"yellow","option2":"s","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"22"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724957","productId":null,"name":null,"price":"85","sku":"MY890","imageId":"12184526","fulfillmentService":null,"option1":"yellow","option2":"m","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"21"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724958","productId":null,"name":null,"price":"85","sku":"LY890","imageId":"12184526","fulfillmentService":null,"option1":"yellow","option2":"l","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"55"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724959","productId":null,"name":null,"price":"85","sku":"SW890","imageId":"12184528","fulfillmentService":null,"option1":"white","option2":"s","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"33"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724960","productId":null,"name":null,"price":"85","sku":"MW890","imageId":"12184528","fulfillmentService":null,"option1":"white","option2":"m","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"99"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724961","productId":null,"name":null,"price":"85","sku":"LW890","imageId":"12184528","fulfillmentService":null,"option1":"white","option2":"l","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"63"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724962","productId":null,"name":null,"price":"85","sku":"SO890","imageId":"12184527","fulfillmentService":null,"option1":"orange","option2":"s","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"11"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724963","productId":null,"name":null,"price":"85","sku":"MO890","imageId":"12184527","fulfillmentService":null,"option1":"orange","option2":"m","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"47"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null},{"id":"11724964","productId":null,"name":null,"price":"85","sku":"LO890","imageId":"12184527","fulfillmentService":null,"option1":"orange","option2":"l","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"52"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null}]}