Loyalty API
TypeProductPublic2
A lightweight view of a product, used when embedding product 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 product. This is a read-only summary; to create or update products, use the Order API's full Product2 type.
Properties
-
Bubblehouse internal ID for this product.
-
idstring requiredExternal ID of the product from the ecommerce system.
-
slugstring optionalURL-friendly identifier of the product, if available.
-
skustring optionalStock Keeping Unit identifier for the product.
-
titlestring optionalDisplay name of the product.
-
image_urlstring optionalURL of the product's image, if available.
-
inactiveboolean optionalWhether the product is currently unavailable on the store.
-
deletedboolean optionalWhether the product has been deleted.
-
Market-specific product content for multi-region stores.