Loyalty API
TypeProductVariantPublic2
A lightweight view of a product variant, used when embedding variant info inside other objects like order line items or offers.
| Kind | Type |
|---|---|
| Used in | CustomerBalance3, EstimateAccrual1, ListOffers1, LoggedOutBalance1, QueryOrderDetails1 |
Contains core identifying information about a specific product variant (e.g. a particular size or color). This is a read-only summary; to create or update variants, use the Order API's full ProductVariant2 type.
Properties
-
Bubblehouse internal ID for this variant.
-
idstring requiredExternal ID of the variant from the ecommerce system.
-
titlestring optionalDisplay name of the variant.
-
skustring optionalStock Keeping Unit identifier for this variant.
-
deletedboolean optionalWhether the variant has been deleted.
-
Market-specific variant content for multi-region stores.