Search products and assigned prices in a specific price list
Retrieves a paginated list of products and assigned prices in a specific price list based on priceListId and other search parameters as passed in the request body. If price list ID is not provided, default price list is selected for the search.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Body
The number of records to skip before returning records. For example, when offset is 20 and limit is 10, this endpoint returns records from 21 to 30.
The maximum number of records per page.
Search parameter to filter the query
If SKU is true then this endpoint returns products that have SKU value mentioned.
true indicates that the response data will be displayed in list<br /> false indicates that the response data will be displayed in a tile view
ID of the priceList for which the price and product information are to be retrieved
Response
Was this page helpful?