ghl_product_price_list
Retrieve a paginated list of prices for a specific product. Filter by price IDs and control results with limit and offset.
Instructions
List Prices for a Product 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. Endpoint: GET /products/{productId}/price (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | To filter the response only with the given price ids, Please provide with comma separated | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| productId | Yes | ID of the product that needs to be used | |
| locationId | Yes | The unique identifier for the location. |