Skip to main content
Version: v3

List Prices for a Product

GET 

/products/:productId/price

The "List Prices for a Product" API allows retrieving a paginated list of prices associated with a specific product. Customize your results by filtering prices or paginate through the list using the provided query parameters.

Request

Version stringrequired

API Version

Available optionsv3
productId stringrequired

ID of the product that needs to be used

limit number

The maximum number of items to be included in a single page of results

Default value:0
offset number

The starting index of the page, indicating the position from which the results should be retrieved.

Default value:0
locationId stringrequired

The unique identifier for the location.

ids string

To filter the response only with the given price ids, Please provide with comma separated

application/json

Successful response

Schema
    pricesobject[]required

    An array of prices

    totalnumberrequired
    Default value: Total number of prices available