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
Content-Typestring

RESPONSES

status: OK

{"success":true,"variants":[{"id":"be5ef5d1-cb2d-494f-ad56-d46908b46b4e","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","name":"NewSku","upc":null,"price":"150","currency":"MXN","sku":"NewSku","imageId":null,"fulfillmentService":null,"option1":"black","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"22334d7d-63e7-43e2-933a-4be14f01681e","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","name":"NewSku","upc":null,"price":"150","currency":"MXN","sku":"NewSku","imageId":null,"fulfillmentService":null,"option1":"white","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"f4ac5ac8-2a70-4457-beed-1b9b729239ff","productId":"c1813dcf-4f3e-45cf-980a-9f3193c9a740","name":"NewSku","upc":null,"price":"150","currency":"MXN","sku":"NewSku","imageId":null,"fulfillmentService":null,"option1":"blue","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}}]}