Newer Version Available

This content describes an older version of this product. View Latest

Product Pricing Input

Input representation of product pricing details.
JSON example
1{
2  "currencyIsoCode": "USD",
3  "listPrice": 49.99,
4  "salePrice": 59.99
5}
Properties
Name Type Description Required or Optional Available Version
currencyISOCode String The three-letter ISO 4217 currency code associated with the product price.

Products are priced using the currency for the buyer account or guest buyer profile. If your store doesn’t support the currency for the buyer account or guest buyer profile, products are priced using the default currency for your store.

Optional 61.0
listPrice String The list price of the product. Optional 61.0
unitPrice String The unit price of the product Optional 61.0