Skip to main content
GET
List Prices for a Product

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

productId
string
required

ID of the product that needs to be used

Example:

"6578278e879ad2646715ba9c"

Query Parameters

limit
number
default:0

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

Example:

20

offset
number
default:0

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

Example:

0

locationId
string
required

The unique identifier for the location.

Example:

"3SwdhCsvxI8Au3KsPJt6"

ids
string

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

Example:

"6241712be68f7a98102ba272,632027d51f7876cd3020213d"

Response

Successful response

prices
object[]
required

An array of prices

total
number
default:Total number of prices available
required
Example:

10

Last modified on March 8, 2026