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