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":"250","productId":null,"name":"\u003cp\u003eGreen\u003c/p\u003e\n","price":"100","sku":"IMACGREEN05","fulfillmentService":null,"createdAt":"2019-04-24T17:01:44","updatedAt":"2019-04-24T17:01:44","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"249","productId":null,"name":"\u003cp\u003eGreen\u003c/p\u003e\n","price":"100","sku":"IMACGREEN04","fulfillmentService":null,"createdAt":"2019-04-24T16:59:46","updatedAt":"2019-04-24T16:59:46","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"248","productId":null,"name":"\u003cp\u003eGreen\u003c/p\u003e\n","price":"100","sku":"IMACGREEN03","fulfillmentService":null,"createdAt":"2019-04-24T16:59:25","updatedAt":"2019-04-24T16:59:25","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"247","productId":null,"name":"\u003cp\u003eGreen\u003c/p\u003e\n","price":"100","sku":"IMACGREEN02","fulfillmentService":null,"createdAt":"2019-04-24T16:58:08","updatedAt":"2019-04-24T16:58:08","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"246","productId":null,"name":null,"price":null,"sku":"IMACGREEN01","fulfillmentService":null,"createdAt":"2019-04-24T16:54:32","updatedAt":"2019-04-24T16:54:32","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"245","productId":null,"name":null,"price":null,"sku":"IMACBLACK01","fulfillmentService":null,"createdAt":"2019-04-24T16:54:18","updatedAt":"2019-04-24T16:54:18","weight":"1","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"244","productId":null,"name":null,"price":"200","sku":null,"fulfillmentService":null,"createdAt":"2019-04-23T19:10:26","updatedAt":"2019-04-23T19:10:26","weight":null,"weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"243","productId":null,"name":null,"price":"200","sku":null,"fulfillmentService":null,"createdAt":"2019-04-23T19:10:03","updatedAt":"2019-04-23T19:10:03","weight":null,"weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"236","productId":null,"name":null,"price":"200","sku":null,"fulfillmentService":null,"createdAt":"2019-04-23T18:59:59","updatedAt":"2019-04-23T18:59:59","weight":null,"weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null},{"id":"235","productId":null,"name":null,"price":null,"sku":null,"fulfillmentService":null,"createdAt":"2019-04-23T18:59:44","updatedAt":"2019-04-23T18:59:44","weight":null,"weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null}]}