Searches for catalog items or item variations by matching supported search attribute values, including custom attribute values, against one or more of the specified query filters.
POST
/v2/catalog/search-catalog-items
Searches for catalog items or item variations by matching supported search attribute values, including custom attribute values, against one or more of the specified query filters.
This (SearchCatalogItems
) endpoint differs from the SearchCatalogObjects endpoint in the following aspects:
SearchCatalogItems
can only search for items or item variations, whereas SearchCatalogObjects
can search for any type of catalog objects.SearchCatalogItems
supports the custom attribute query filters to return items or item variations that contain custom attribute values, where SearchCatalogObjects
does not.SearchCatalogItems
does not support the include_deleted_objects
filter to search for deleted items or item variations, whereas SearchCatalogObjects
does.The text filter expression to return items or item variations containing specified text in the name
, description
, or abbreviation
attribute value of an item, or in the name
, sku
, or upc
attribute value of an item variation.
The category id query expression to return items containing the specified category IDs.
The stock-level query expression to return item variations with the specified stock levels.
The enabled-location query expression to return items and item variations having specified enabled locations.
The pagination token, returned in the previous response, used to fetch the next batch of pending results.
The maximum number of results to return per page. The default value is 100.
The order to sort the results by item names. The default sort order is ascending (ASC
).
The product types query expression to return items or item variations having the specified product types.
The customer-attribute filter to return items or item variations matching the specified custom attribute expressions. A maximum number of 10 custom attribute expressions are supported in a single call to the SearchCatalogItems endpoint.
Pagination token used in the next request to return more of the search result.