List product prices

Retrieves a paginated list of all product prices.

Product prices define the price of a product for a specific price category. This allows different pricing tiers (e.g., retail vs wholesale) for the same product.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)

Response Fields

FieldTypeDescription
idintegerProduct price unique identifier
pricefloatPrice amount
priceCategoryobjectAssociated price category
priceCategory.idintegerPrice category ID
priceCategory.namestringPrice category name
productobjectAssociated product
product.idintegerProduct ID
taxobjectAssociated tax (if any)
tax.idintegerTax ID
tax.namestringTax name
tax.ratefloatTax rate percentage
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[price][gte]=100
?filters[product.id][eq]=123
?filters[priceCategory.name][eq]=Wholesale

Response

  • 200 OK: Returns paginated list of product prices
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!