(supports custom properties)
Document representing a product item.
Property | Type | Constraints | Description |
---|---|---|---|
adjusted_price
|
Decimal | The price of the product after applying all product-level adjustments. | |
base_price
|
Decimal | The price for a single unit. | |
bundled_product_items
|
[BundledProductItem] | Array of bundled product items. Can be empty. | |
inventory_id
|
String | maxLength=256 | The inventory list id associated with this item. |
item_text
|
String | Some text describing the item in more detail. | |
option_items
|
[OptionItem] | Array of option items. Can be empty. | |
price
|
Decimal | The price for the actual quantity of units. | |
price_adjustments
|
[PriceAdjustment] | Array of product price adjustments. Can be empty. | |
product_id
|
String | mandatory=true, maxLength=100 | The id (SKU) of the product. |
product_name
|
String | The name of the product. | |
quantity
|
Decimal | mandatory=true, maxNumberValue=999.0, minNumberValue=0.0 | The quantity of the products represented by this item. |