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":"10","productId":"2","name":null,"price":"0.000000","sku":"demo_3","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"300"},{"id":"11","productId":"2","name":null,"price":"0.000000","sku":"demo_3","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"300"},{"id":"12","productId":"2","name":null,"price":"0.000000","sku":"demo_3","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"300"},{"id":"87","productId":"2","name":null,"price":"0.000000","sku":"SKU0001","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"0"},{"id":"88","productId":"2","name":null,"price":"0.000000","sku":"SKU0002","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"0"},{"id":"89","productId":"2","name":null,"price":"100.000000","sku":"IMAC002","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"1.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"5"},{"id":"9","productId":"2","name":null,"price":"0.000000","sku":"demo_3","fulfillmentService":null,"createdAt":"0000-00-00","updatedAt":null,"weight":"0.000000","weightUnit":null,"inventoryItemId":null,"inventoryQuantity":"300"}]}