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":"36947703988401","productId":"5848116723889","name":"S / BLUE","upc":null,"price":"300.00","currency":null,"sku":"kikud-2","imageId":"20805579145393","fulfillmentService":"manual","option1":"S","option2":"BLUE","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"2"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"39040493256881","quantity":"598"},"requireShipping":"true","bundled":"false","dates":{"createdAt":"2020-10-09T19:26:28-04:00","updatedAt":"2021-08-25T20:45:01-04:00"},"countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null}}