Retrieve a list of prices in a price list. The prices can also be paginated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the price list to retrieve prices from.
Comma-separated fields that should be included in the returned data. If a field is prefixed with + it will be added to the default fields, using - will remove it from the default fields. Without prefix it will replace the entire default fields.
OK
The list of prices.
The maximum number of prices returned.
The number of items skipped before retrieving the prices.
The total number of prices.
The list of prices.
The estimated count retrieved from the PostgreSQL query planner, which may be inaccurate.