Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.98 KB

V1Variation.md

File metadata and controls

24 lines (19 loc) · 1.98 KB

SquareConnect.V1Variation

Description

Note: This model is deprecated.

V1Variation

Properties

Name Type Description Notes
id String The item variation's unique ID. [optional]
name String The item variation's name. [optional]
item_id String The ID of the variation's associated item. [optional]
ordinal Number Indicates the variation's list position when displayed in Square Point of Sale and the merchant dashboard. If more than one variation for the same item has the same ordinal value, those variations are displayed in alphabetical order [optional]
pricing_type String Indicates whether the item variation's price is fixed or determined at the time of sale. See V1VariationPricingType for possible values [optional]
price_money V1Money The item variation's price, if any. [optional]
sku String The item variation's SKU, if any. [optional]
track_inventory Boolean If true, inventory tracking is active for the variation. [optional]
inventory_alert_type String Indicates whether the item variation displays an alert when its inventory quantity is less than or equal to its inventory_alert_threshold. See V1VariationInventoryAlertType 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. [optional]
user_data String Arbitrary metadata associated with the variation. Cannot exceed 255 characters. [optional]
v2_id String The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]