Get variants
GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants
Retrieves the inventory record for a listing. Listings you did not edit using the Etsy.com inventory tools have no inventory records. This endpoint returns SKU data if you are the owner of the inventory records being fetched.
More information about ecommerce's resource
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"variants":[{"id":"13213913964","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"17.00","currency":"MXN","sku":"C0U","imageId":null,"fulfillmentService":null,"option1":"0","option2":"Copper","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"8"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"13213913980","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"P0U","imageId":null,"fulfillmentService":null,"option1":"0","option2":"Purple","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"12892863287","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"K0U","imageId":null,"fulfillmentService":null,"option1":"0","option2":"Pink","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"13213914018","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"C6U","imageId":null,"fulfillmentService":null,"option1":"6","option2":"Copper","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"12892863311","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"P6U","imageId":null,"fulfillmentService":null,"option1":"6","option2":"Purple","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"13213914040","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"K6U","imageId":null,"fulfillmentService":null,"option1":"6","option2":"Pink","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"13213914054","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"C15U","imageId":null,"fulfillmentService":null,"option1":"15","option2":"Copper","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"12892863337","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"14.00","currency":"MXN","sku":"P15U","imageId":null,"fulfillmentService":null,"option1":"15","option2":"Purple","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"2"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"12892863349","productId":"1344606269","name":"Vestido de pruebas 3","upc":null,"price":"20.00","currency":"MXN","sku":"K15U","imageId":null,"fulfillmentService":null,"option1":"15","option2":"Pink","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"dates":{"createdAt":null,"updatedAt":null}}]}