AdminGetPriceListsPriceListProductsParams
Parameters used to filter and configure the pagination of the retrieved products associated with a price list.
Properties
idstringID to filter products by.
qstringSearch term to search products' title, description, product variant's title and sku, and product collection's title.
statusProductStatus[]Statuses to filter products by.
statusProductStatus[]collection_idstring[]Filter products by their associated collection ID.
tagsstring[]Tags to filter products by.
titlestringTitle to filter products by.
descriptionstringDescription to filter products by.
handlestringHandle to filter products by.
is_giftcardstringFilter products by whether they're gift cards.
typestringType to filter products by.
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 
-.created_atDateComparisonOperatorDate filters to apply on the products' created_at date.
created_atDateComparisonOperatorcreated_at date.updated_atDateComparisonOperatorDate filters to apply on the products' updated_at date.
updated_atDateComparisonOperatorupdated_at date.deleted_atDateComparisonOperatorDate filters to apply on the products' deleted_at date.
deleted_atDateComparisonOperatordeleted_at date.expandstringComma-separated relations that should be expanded in the returned data.
fieldsstringComma-separated fields that should be included in the returned data.
offsetnumberThe number of items to skip when retrieving a list.
Default: 0
limitnumberLimit the number of products returned in the list. Default is 
50.Default: 20
Was this section helpful?