List items in catalog

GET {{baseUrl}}/v1/catalogs/:catalogId/items?pageSize=1000&skip=10&withTotalResultSize=true&sku=value&productNames=value

Return a paginated list of cart items in the given catalog.

Request Params

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
withTotalResultSizebooleanWhen this flag is set, the result includes the total size of the result, across all pages. This might decrease performance on large data sets.
  • When true: hasMore is true when there is a next page. totalResultSize is always zero.
  • When false: hasMore is always false. totalResultSize contains the total number of results for this query. | | sku | string | | The SKU of the item. | | productNames | string | | Filter results by one or more product names. Must be exact match. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring