Product Price

Pricing information for a product.
JSON example
1{
2  "childEntries": [
3    {
4      "childEntries": [],
5      "currencyIsoCode": "USD",
6      "listPrice": "59.99",
7      "lowestUnitPrice": null,
8      "priceAdjustment": null,
9      "pricebookEntryId": "01uxx00000090SSAAY",
10      "productId": "01txx0000006kYyAAI",
11      "productPriceEntries": [
12        {
13          "error": {},
14          "listPrice": "59.99",
15          "lowestUnitPrice": null,
16          "priceAdjustment": null,
17          "pricebookEntryId": "01uxx00000090SSAAY",
18          "productSellingModelId": null,
19          "success": true,
20          "unitPrice": "55.5"
21        }
22      ],
23      "productSellingModelId": null,
24      "unitPrice": "55.5"
25    }
26  ],
27  "currencyIsoCode": "USD",
28  "listPrice": "150.0",
29  "lowestUnitPrice": null,
30  "priceAdjustment": null,
31  "pricebookEntryId": "01uxx000000910EAAQ",
32  "productId": "01txx0000006knQAAQ",
33  "productPriceEntries": [
34    {
35      "error": {},
36      "listPrice": "150.0",
37      "lowestUnitPrice": null,
38      "priceAdjustment": null,
39      "pricebookEntryId": "01uxx000000910EAAQ",
40      "productSellingModelId": null,
41      "success": true,
42      "unitPrice": "100.0"
43    }
44  ],
45  "productSellingModelId": null,
46  "unitPrice": "100.0"
47}
Property Name Type Description Filter Group and Version Available Version
childEntries Product Price[] List of line item prices for the child products. Small, 65.0 65.0
currencyIsoCode String Three-letter ISO 4217 currency code associated with the product.

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.

Small, 49.0 49.0
listPrice String List price for the product. Small, 49.0 49.0
lowestUnitPrice String Lowest unit price for the product. Small, 59.0 59.0
priceAdjustment Price Adjustment Schedule Price adjustment schedule for the product. If a product selling model ID is specified in a request parameter, this property is empty. Small, 49.0 49.0
pricebookEntryId String ID of the price book entry. If a product selling model ID is specified in a request parameter, this property is empty. Small, 49.0 49.0
productId String ID of the product. Small, 65.0 65.0
productPrice​Entries Product Price Entry[] List of line item prices for the product. Small, 56.0 56.0
unitPrice String Unit price for the product. If a product selling model ID is specified in a request parameter, this property is empty. Small, 49.0 49.0