{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"store_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"value": "199.99"
}Item modifiers
The item modifier object
A charge added alongside a product's price, such as a bottle deposit.
Unique identifier for the record.
When the record was created.
Human-readable item modifier name.
Optional shelf-tag classification for bottle deposits or container redemption value.
Available options:
BOTTLE_DEPOSIT, CRV ID of the store the item modifier belongs to.
Pattern:
^[0-9]+$Whether the modifier is excluded from tax or inherits the product tax behavior.
Available options:
EXCLUDE, INHERIT_FROM_STORE_PRODUCT Business purpose of the item modifier.
Available options:
bottle_deposit, custom, food_modifier When the record was last changed.
Monetary value of the modifier as a decimal string in major/minor currency units.
Pattern:
^[0-9]+(\.[0-9]+)?$Example:
"199.99"
Was this page helpful?