/
Price List Object
Price List Object
Price List Object Formats
Price List Object Properties
Required properties are in Bold.
Property | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ISOCurrencySymbol | string | The three-character ISO 4217 currency symbol associated with the price list. The default value is USD if this property is not specified. | |||||||||||||||
Name | string | Identifies the name of the service area | |||||||||||||||
PriceListID | string | Identifies the price list associated with the service area | |||||||||||||||
Prices | object | Contains the product prices associated with the price list. This object is keyed on the Product Number.
|
Example
{ "ISOCurrencySymbol": "", "Name": "", "PriceListID": "", "Prices": { "900": { "Price": 20.0 }, "901": { "Price": 29.99 }, "902": { "Price": 39.99 } } }
In the above example the price of the product identified by the product number 901 is set to 29.99.
, multiple selections available,
Related content
Price List Query Object
Price List Query Object
More like this
Price List REST API
Price List REST API
More like this
Objects Pricing Object
Objects Pricing Object
More like this
Copy Price List Object
Copy Price List Object
More like this
PriceList Query API
PriceList Query API
More like this
Account Pricing REST API
Account Pricing REST API
More like this