Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 1.48 KB

ItemVariationLocationOverrides.md

File metadata and controls

17 lines (12 loc) · 1.48 KB

SquareConnect.ItemVariationLocationOverrides

Description

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

Properties

Name Type Description Notes
location_id String The ID of the `Location`. [optional]
price_money Money The price of the `CatalogItemVariation` at the given `Location`, or blank for variable pricing. [optional]
pricing_type String The pricing type (fixed or variable) for the `CatalogItemVariation` at the given `Location`. See CatalogPricingType for possible values [optional]
track_inventory Boolean If `true`, inventory tracking is active for the `CatalogItemVariation` at this `Location`. [optional]
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`. See InventoryAlertType for possible values [optional]
inventory_alert_threshold Number 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]