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":"191","productId":null,"name":null,"price":null,"sku":null,"fulfillmentService":null,"createdAt":"2019-04-01T20:22:20","updatedAt":"2019-04-01T20:22:20","weight":null,"weightUnit":null,"inventoryItemId":null,"inventoryQuantity":null}}