StoreGetProductsParams
Parameters used to filter and configure the pagination of the retrieved products.
Properties
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
limitnumberLimit the number of items returned in the list.
Default: 100
orderstringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-.idstring | string[]IDs to filter products by.
qstringSearch term to search products' title, description, variants' title and sku, and collections' title.
collection_idstring[]Filter products by their associated product collection's ID.
tagsstring[]Filter products by their associated tags' value.
titlestringTitle to filter products by.
descriptionstringDescription to filter products by.
handlestringHandle to filter products by.
is_giftcardbooleanFilter products by whether they're gift cards.
type_idstring[]Filter products by their associated product type's ID.
sales_channel_idstring[]Filter products by their associated sales channels' ID.
category_idstring[]Filter products by their associated product category's ID.
include_category_childrenbooleanWhether to include product category children in the response.
created_atDateComparisonOperatorDate filters to apply on the products' created_at date.
created_atDateComparisonOperatorcreated_at date.updated_atDateComparisonOperatorDate filters to apply on the products' created_at date.
updated_atDateComparisonOperatorcreated_at date.expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
cart_idstringRetrieve prices for a cart ID.
region_idstringRetrieve prices for a region ID.
currency_codestringRetrieve prices for a currency code.
Was this section helpful?