order_variant object
A single purchased product variant within an order.
Properties
| Name | Type | Description |
|---|---|---|
id | string | Order variant identifier |
name | string | Product name |
slug | string | Product slug |
price | number | Unit price paid |
quantity | number | Quantity ordered |
compare_at_price | number or null | Compare-at price |
image | string or null | Variant image URL |
variations | array | Selected variation options. Empty for the default variant |