Get product variants
GET https://api.ecartapi.com/api/v2/products/1234L/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":"llanta-MICHELIN-1","productId":"33920","name":null,"upc":null,"price":"100000","sku":"llanta-MICHELIN-1","imageId":null,"fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"bundled":null,"dates":{"createdAt":"2022-03-17 17:38:37","updatedAt":"2022-03-22 21:55:51"},"currency":"MXN"},{"id":"llanta-LANVIGATOR-1","productId":"33923","name":null,"upc":null,"price":"100000","sku":"llanta-LANVIGATOR-1","imageId":null,"fulfillmentService":null,"option1":"llanta-lanvigator-blue","option2":"llanta-lanvigator-red","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":null},"requireShipping":null,"bundled":null,"dates":{"createdAt":"2022-03-17 17:38:37","updatedAt":"2022-03-22 21:55:51"},"currency":"MXN"}]}