GET https://api.storenvy.com/v1/orders/:id/variants
Get a list of the Variants in an order.
Example response:
{
"data": {
"id": 5,
"product_id": 2,
"name": "Default",
"position": 1,
"sku": "",
"full_quantity": 1,
"in_stock": 0,
"percent_available": 0,
"is_default_variant": false,
"sold": 1,
"price": 18.17,
"cents": 1817,
"has_override_price": false,
"sold_out": true,
"status": "sold-out"
},
"meta": {
"code": 200,
"api_version": "1.0"
}
}