Variant Document (Data API 17.4)
Document representing a product variation.
| Property | Type | Constraints | Description | 
|---|---|---|---|
| ats | Decimal | Inventory "Available to Sell" of the product. | |
| default_product_variation | Boolean | ||
| image | MediaFile | URL to the preview image. | |
| in_stock | Boolean | trueif the product is in stock, orfalseif not. | |
| link | String | The URL addressing the product. | |
| online | Boolean | If the product is currently online. trueif onlinefalseif not | |
| orderable | Boolean | A flag indicating whether the variant is orderable. | |
| price | Decimal | The sales price of the variant. | |
| price_currency | String | Currency code for the price of the product. | |
| product_id | String | mandatory=true, maxLength=100, minLength=1, nullable=false | The id (SKU) of the variant. | 
| searchable | SiteSpecific<Boolean> | ||
| variation_values | Map[String, String] | The actual variation attribute id - value pairs. | 
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.