Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.91 KB

ItemVariationLocationOverrides.md

File metadata and controls

32 lines (21 loc) · 1.91 KB

Square.Connect.Model.ItemVariationLocationOverrides

Properties

Name Type Description Notes
LocationId string The ID of the [location][#type-location]. [optional]
PriceMoney Money The price of the CatalogItemVariation at the given [location][#type-location], or blank for variable pricing. [optional]
PricingType PricingTypeEnum The pricing type (fixed or variable) for the CatalogItemVariation at the given [location][#type-location]. See CatalogPricingType for all possible values. [optional]
TrackInventory bool? If `true`, inventory tracking is active for the CatalogItemVariation at this [location][#type-location]. [optional]
InventoryAlertType InventoryAlertTypeEnum Indicates whether the CatalogItemVariation displays an alert when its inventory quantity is less than or equal to its `inventory_alert_threshold`. See InventoryAlertType for all 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]

PricingTypeEnum

Name Value
FIXEDPRICING "FIXED_PRICING"
VARIABLEPRICING "VARIABLE_PRICING"

InventoryAlertTypeEnum

Name Value
NONE "NONE"
LOWQUANTITY "LOW_QUANTITY"

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