Skip to main content
GET
Retailed provides an extremely granular querying language through all APIs. Each API takes the same syntax and fully supports all options.
If you have any questions or need help with the API, please reach out our support team on Slack, Discord or Email.
x-api-key
string
required
Parameter defines the Retailed private key to use.

Operators

Query Parameters

where[or][0][and][0][product.sku][equals]
string
An example of a query parameter for the sku field : FN0598-200, FN0598-200, etc.
where[or][0][and][0][product][equals]
string
An example of a query parameter for the product id field : 654955f65493f73e4e9d32b4, 654955f65493f73e4e9d32b4, etc.
page
number
The page number to return. Defaults to 1. You can paginate with the totalPages in the response.

Sort

Retailed find queries support a sort parameter through all APIs. Pass the name of a top-level field to sort by that field in ascending order. Prefix the name of the field with a minus symbol (”-”) to sort in descending order. Because sorting is handled by the database, the field you wish to sort on must be stored in the database to work; not a virtual field. https://app.retailed.io/api/v1/db/prices?sort=-createdAt

Response

1 request returns 10 prices by default.
prices
Prices Object