Find items
Finds items - both individual items and bundles. You will get a paginagted response, which you can narrow down using filter parameters, including page
and size
.
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
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.
Query Parameters
Keywords related to SKU or title
Searches for items based on SKU. <br /> Note: If omitted, all items are retrieved. <br /> Applicable only when keyword
is omitted.
Item IDs. <br /> Note: If omitted, all items are retrieved <br /> Applicable only when keyword
and skus
are omitted.
Page number to be retrieved.
Number of records per page. <br />Note: 1) Always paired with page
. <br />2) Applicable only in a paginated response.
Item type
ITEM
, BUNDLE
, ALL
true: Gets all attributes. false: Gets only the mapped attributes. <br /> Note: Always clubbed with page
and size
. When they are not specified, you will get up to 10 records.
true: Excludes children items <br /> false: Includes children items
true: Excludes parent items <br /> false: Includes parent items
Response
Total number of records
Number of records per page
Number of pages for the given pageSize
Was this page helpful?