product_modifier
The product_modifier object.
Properties
| Property | Description |
|---|---|
product_modifier.adjust_inventory | Buyer-visible adjust_inventory value for this product modifier. |
product_modifier.adjust_price | Currency amount for adjust price, in the store currency’s minor unit unless the object reference states otherwise. |
product_modifier.constraints | Buyer-visible constraints value for this product modifier. |
product_modifier.default_value | Buyer-visible default_value value for this product modifier. |
product_modifier.display_type | Public display type value. |
product_modifier.form | Buyer-visible form value for this product modifier. |
product_modifier.handle | URL-safe unique slug. |
product_modifier.id | Unique identifier. |
product_modifier.is_required | true when this product modifier is required. |
product_modifier.key | Public key or identifier within the parent object. |
product_modifier.kind | Buyer-visible kind value for this product modifier. |
product_modifier.max_selections | Buyer-visible max_selections value for this product modifier. |
product_modifier.min_selections | Buyer-visible min_selections value for this product modifier. |
product_modifier.multiple | Buyer-visible multiple value for this product modifier. |
product_modifier.name | Name. |
product_modifier.required | Buyer-visible required value for this product modifier. |
product_modifier.sort_order | Buyer-visible sort_order value for this product modifier. |
product_modifier.values | The values. |
Property list is generated from the storefront engine (ProductModifierDrop), so it always matches what your theme can use. Use {{ product_modifier | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.