<- Object

Object

All versions ->

ItemVariationLocationOverrides

Price and inventory alerting overrides for a CatalogItemVariation at a specific Location.

Link to section

Properties

Link to section

location_id

string

The ID of the Location. This can include locations that are deactivated.

Link to section

price_money

The price of the CatalogItemVariation at the given Location, or blank for variable pricing.

Link to section

pricing_type

string

The pricing type (fixed or variable) for the CatalogItemVariation at the given Location.

Link to section

track_inventory

boolean

If true, inventory tracking is active for the CatalogItemVariation at this Location.

Link to section

inventory_alert_type

string

Indicates whether the CatalogItemVariation displays an alert when its inventory quantity is less than or equal to its inventory_alert_threshold.

Link to section

inventory_alert_threshold

integer(64-bit)

If the inventory quantity for the variation is less than or equal to this value and inventory_alert_type is LOW_QUANTITY, the variation displays an alert in the merchant dashboard.

This value is always an integer.