AdminGetPriceListsPriceListProductsParams
Parameters used to filter and configure the pagination of the retrieved products associated with a price list.
constructor
Parameters
args
unknown[]RequiredProperties
collection_id
string[]Filter products by their associated collection ID.
created_at
DateComparisonOperatorDate filters to apply on the products' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the products' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.description
stringDescription to filter products by.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
handle
stringHandle to filter products by.
id
stringID to filter products by.
is_giftcard
stringFilter products by whether they're gift cards.
limit
numberLimit the number of products returned in the list. Default is
50
.Default: 20
offset
numberThe number of items to skip when retrieving a list.
Default: 0
order
stringThe field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with
-
.q
stringSearch term to search products' title, description, product variant's title and sku, and product collection's title.
status
ProductStatus[]Statuses to filter products by.
status
ProductStatus[]tags
string[]Tags to filter products by.
title
stringTitle to filter products by.
type
stringType to filter products by.
updated_at
DateComparisonOperatorDate filters to apply on the products' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.Was this section helpful?