Sha256: 5c013ed35789c01a4857220ed47d10f76e578e317fcf25a1336ced8fc778d442
Contents?: true
Size: 1.6 KB
Versions: 24
Compression:
Stored size: 1.6 KB
Contents
# SquareConnect::V1Variation ### Description ## 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** | **Integer** | Indicates the variation's list position when displayed in Square Register 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. | [optional] **price_money** | [**V1Money**](V1Money.md) | 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. | [optional] **inventory_alert_threshold** | **Integer** | 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]
Version data entries
24 entries across 24 versions & 1 rubygems