| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| EntityId | Identifier within the Company Tree where this price is set | integer | None. | 
| CatalogItemId | string | None. | |
| PricingTermId | Obsolete | integer | None. | 
| PricingTierId | integer | None. | |
| PricingGroupId | integer | None. | |
| PricingShelfId | integer | None. | |
| RegularPrice | Regular price for this item. For tiered prices, calculated as `price entered by retailer / quantityLowerBound`. NOTE: Only use this value if there is no `AtTierPrice` | decimal number | None. | 
| AtTierPrice | Price of the item at the specified tier. `LineAmount = (tierPrice/lowerBound) * qty` Example: 3 for $10 RegularPrice will be: $10.00/3 = 3.33. Selling price for 3 would then be 9.99 due to rounding, not 10.00 Using `AtTierPrice`: (10.00/3)*3 = $10. | decimal number | None. | 
| IsDiscountable | obsolete | boolean | None. | 
| FloorPrice | obsolete | decimal number | None. | 
| OriginalPrice | obsolete | decimal number | None. | 
| PricingTerm | obsolete | string | None. | 
| PricingTier | PricingTier | None. | |
| PricingGroup | PricingGroup | None. | |
| PricingShelf | PricingShelf | None. | |
| SalePrices | Collection of SalePrices. If no start/stop dates are provided, it is the current default valid sale. There can only be one such default sale. Other sales must have start/stop dates and they cannot overlap | Collection of OnSalePrice | None. |