Get single product variant
GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"variant":{"id":"211637298","productId":null,"name":null,"price":"40.95","sku":null,"imageId":null,"fulfillmentService":null,"option1":"Size","option2":"color","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"100"},"requireShipping":null,"dates":{"createdAt":null,"updatedAt":null}}}