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

Latest commit

 

History

History
20 lines (14 loc) · 1.8 KB

File metadata and controls

20 lines (14 loc) · 1.8 KB

ItemVariationLocationOverrides

squareconnect.models.item_variation_location_overrides

Description

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

Properties

Name Type Description Notes
location_id str 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 str The pricing type (fixed or variable) for the CatalogItemVariation at the given location. See CatalogPricingType for possible values [optional]
track_inventory bool If `true`, inventory tracking is active for the CatalogItemVariation at this location. [optional]
inventory_alert_type str 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 int 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]

[Back to Model list] [Back to API list] [Back to README]