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] |
Name | Value |
---|---|
FIXEDPRICING | "FIXED_PRICING" |
VARIABLEPRICING | "VARIABLE_PRICING" |
Name | Value |
---|---|
NONE | "NONE" |
LOWQUANTITY | "LOW_QUANTITY" |