ItemVariationLocationOverrides
November 20, 2019 ยท View on GitHub
Description
Price and inventory alerting overrides for a CatalogItemVariation at a specific Location.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| location_id | getLocationId() | setLocationId($value) | string | The ID of the `Location`. | [optional] |
| price_money | getPriceMoney() | setPriceMoney($value) | \SquareConnect\Model\Money | The price of the `CatalogItemVariation` at the given `Location`, or blank for variable pricing. | [optional] |
| pricing_type | getPricingType() | setPricingType($value) | string | The pricing type (fixed or variable) for the `CatalogItemVariation` at the given `Location`. See CatalogPricingType for possible values | [optional] |
| track_inventory | getTrackInventory() | setTrackInventory($value) | bool | If `true`, inventory tracking is active for the `CatalogItemVariation` at this `Location`. | [optional] |
| inventory_alert_type | getInventoryAlertType() | setInventoryAlertType($value) | 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 | getInventoryAlertThreshold() | setInventoryAlertThreshold($value) | 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] |
Note: All properties are protected and only accessed via getters and setters.