Skip to main content
Skip to main content

AdminGetPriceListsPriceListProductsParams

Parameters used to filter and configure the pagination of the retrieved products associated with a price list.

Properties

idstring
ID to filter products by.
qstring
Search term to search products' title, description, product variant's title and sku, and product collection's title.
Statuses to filter products by.
collection_idstring[]
Filter products by their associated collection ID.
tagsstring[]
Tags to filter products by.
titlestring
Title to filter products by.
descriptionstring
Description to filter products by.
handlestring
Handle to filter products by.
is_giftcardstring
Filter products by whether they're gift cards.
typestring
Type to filter products by.
orderstring
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -.
Date filters to apply on the products' created_at date.
Date filters to apply on the products' updated_at date.
Date filters to apply on the products' deleted_at date.
expandstring
Comma-separated relations that should be expanded in the returned data.
fieldsstring
Comma-separated fields that should be included in the returned data.
offsetnumber
The number of items to skip when retrieving a list.

Default: 0

limitnumber
Limit the number of products returned in the list. Default is 50.

Default: 20

Was this section helpful?