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":"605e587a89f5cf0017b5d5b6","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":"Algodon","option2":null,"option3":null,"dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e593089f5cf0017b5d5b7","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":"Algodon","option2":null,"option3":null,"dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e5fc989f5cf0017b5d5b8","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e603a89f5cf0017b5d5b9","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e613189f5cf0017b5d5ba","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":"Algodon","option2":null,"option3":null,"dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e61a189f5cf0017b5d5bb","productId":null,"name":null,"price":"100","sku":"AR12431","imageId":null,"fulfillmentService":null,"option1":"Celeste","option2":"S","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e6b20a8379a0017104db7","productId":null,"name":null,"price":"100","sku":"234567898765","imageId":null,"fulfillmentService":null,"option1":"Celeste","option2":"M","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e6b74a8379a0017104db8","productId":null,"name":null,"price":"100","sku":"234567898765","imageId":null,"fulfillmentService":null,"option1":"Celeste","option2":"M","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e6ba1a8379a0017104db9","productId":null,"name":null,"price":"100","sku":"TEST-1616800673408","imageId":null,"fulfillmentService":null,"option1":"Celeste","option2":"G","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}},{"id":"605e6c03a8379a0017104dba","productId":null,"name":null,"price":"100","sku":"TEST-1616800769361","imageId":null,"fulfillmentService":null,"option1":"Rojo","option2":"G","option3":"Algodon","dimensions":{"width":"20","height":"20","length":"30","weight":"2"},"units":{"width":"cm","height":"cm","length":"cm","weight":"kg"},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}}]}