| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId |
Location (store) identifier where this price is valid |
integer |
None. |
| ProductId |
Used throughout Cova as the main identifier for a product |
globally unique identifier |
None. |
| TierId |
Tier identifier, if this product is priced in tiers. Example of tiers: 2 or fewer for $5 each; 3 to 5 for $4 each; 6 or more for $3 each Nullable if not a tiered price |
integer |
None. |
| TierName |
Name of the tier, if applicable |
string |
None. |
| TierQuantity |
Minimum quantity to qualify for the tier price Nullable if not a tiered price |
decimal number |
None. |
| GroupId |
Identifier of a pricing group, if applicable |
integer |
None. |
| GroupName |
Name of the pricing group. For example: Veterans, Employees Nullable if not a group price |
string |
None. |
| ShelfId |
Identifier of a pricing shelf, if applicable. A Shelf is a way to apply common pricing to multiple products. For example, all products on the "Top Shelf" are $10. |
integer |
None. |
| ShelfName |
Name of the pricing shelf, if applicable Nullable if not a shelf price |
string |
None. |
| Price |
Regular price for this product |
decimal number |
None. |
| AtTierPrice |
Price for this product at the lower bound (TierQuantity). Always use this price when calculating totals for tiered products. Nullable if not a tiered price |
decimal number |
None. |
| SalePrices | Collection of SalePriceResource |
None. |
|
| UpdatedDateUtc |
The UTC datetime this pricing record was last modified |
date |
None. |