Pricing

Learn how to get pricing for a specific product.

Pricing is essential to any product listing; it impacts customer purchasing decisions and overall sales strategy. Understanding and accessing accurate pricing information, including list prices, discounts, and applicable fees, ensures transparency and helps shoppers make informed decisions. This section details the steps needed to retrieve comprehensive pricing data for specific products, complete with practical examples and sample responses.

Getting pricing for a specific product

Retrieving the pricing details for a specific product lets you obtain comprehensive pricing information, including list prices, sale prices, and applicable discounts. The following section will guide you through the necessary steps to achieve this, including a practical example using cURL and a sample response for successful requests.

Send a GET /v1/shoppers/me/products/{productId}/pricing request to get pricing for a specific product. Replace {productId} with the product's ID and provide the necessary authorization header. Here's an example using cURL:

curl --location --request GET 'https://api.digitalriver.com/v1/shoppers/me/products/{productId}/pricing' \
--header 'authorization: bearer {Your_Access_token}\

A 200 OK response will include the volume pricing details for the specified product.

Last updated