Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 957 Bytes

ItemModifier.md

File metadata and controls

16 lines (13 loc) · 957 Bytes

# ItemModifier

Properties

Name Type Description Notes
quantity int The number of times the modifier was applied to the given item.
sku_price float The stored sku price of this item [optional] [readonly]
id string The unique ID of the modifier product. [optional]
name string The name of the modifier as displayed to the customer. [optional]
price float The price of the sold modifier. [optional]
group_name string The parent group of the modifier item [optional]
group_id string The unique ID of the parent group [optional]
modifiers \OpenAPI\Client\Model\ItemModifier[] Nested modifiers applied to the item. [optional]

[Back to Model list] [Back to API list] [Back to README]