Price and inventory alerting overrides for a CatalogItemVariation at a specific location.
Name | Type | Description | Notes |
---|---|---|---|
locationId | String | The ID of the location. | [optional] |
priceMoney | Money | The price of the CatalogItemVariation at the given location, or blank for variable pricing. | [optional] |
pricingType | String | The pricing type (fixed or variable) for the CatalogItemVariation at the given location. See CatalogPricingType for possible values | [optional] |
trackInventory | Boolean | If `true`, inventory tracking is active for the CatalogItemVariation at this location. | [optional] |
inventoryAlertType | String | Indicates whether the CatalogItemVariation displays an alert when its inventory quantity is less than or equal to its `inventory_alert_threshold`. See InventoryAlertType for possible values | [optional] |
inventoryAlertThreshold | Long | 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. | [optional] |