Account Price
Structured object for representing an account price in PureClarity. Contains a Price list to apply to an account Id and SKU combination.
Properties
| Property | Type | Description |
|---|---|---|
| AccountId | string | The Id of the account |
| Sku | string | The SKU of the item that the price will apply to |
| ParentId | string | The SKU of the parent Product for this Variant. Note that for a Simple Product this is optional |
| Prices | List<Price> | A list of account Prices for the item |
| SalePrices | List<Price> | A list of account sale Prices for the item |