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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"variants":[{"id":"14528100827236","productId":"1537332117604","name":"Default Title","price":"30000.00","sku":null,"fulfillmentService":"manual","createdAt":"2018-11-27T12:29:59-05:00","updatedAt":"2019-01-29T19:27:50-05:00","weight":null,"weightUnit":"kg","inventoryItemId":"15231896977508","inventoryQuantity":"998","requireShipping":"true"},{"id":"26188011798628","productId":"1537332117604","name":"Yellow","price":"1.00","sku":null,"fulfillmentService":"manual","createdAt":"2019-03-28T12:37:11-04:00","updatedAt":"2019-03-28T12:37:11-04:00","weight":null,"weightUnit":"kg","inventoryItemId":"27197099180132","inventoryQuantity":null,"requireShipping":"true"},{"id":"26803131711588","productId":"1537332117604","name":"Red","price":"1.00","sku":null,"fulfillmentService":"manual","createdAt":"2019-04-24T12:19:39-04:00","updatedAt":"2019-04-24T12:19:39-04:00","weight":null,"weightUnit":"kg","inventoryItemId":"27889722982500","inventoryQuantity":null,"requireShipping":"true"},{"id":"26803156779108","productId":"1537332117604","name":"Green","price":"1.00","sku":null,"fulfillmentService":"manual","createdAt":"2019-04-24T12:20:55-04:00","updatedAt":"2019-04-24T12:20:55-04:00","weight":null,"weightUnit":"kg","inventoryItemId":"27889751490660","inventoryQuantity":null,"requireShipping":"true"}]}