Get single product variant
GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}
Searches for the selected variant and shows the detailed information.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"variant":{"id":"11724953","productId":null,"name":null,"price":"85","sku":"SB7890","imageId":"12184529","fulfillmentService":null,"option1":"s","option2":"black","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"70"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null},"sellOutStock":null}}