AdminGetPriceListsPriceListProductsParams
Parameters used to filter and configure the pagination of the retrieved products associated with a price list.
Properties
id
string | string[]ID to filter products by.
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[]collection_id
string[]Filter products by their associated collection ID.
tags
string[]Tags to filter products by.
title
stringTitle to filter products by.
description
stringDescription to filter products by.
handle
stringHandle to filter products by.
is_giftcard
booleanFilter products by whether they're gift cards.
type
stringType to filter products by.
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
-
.created_at
DateComparisonOperatorDate filters to apply on the products' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the products' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the products' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringComma-separated fields that should be included in the returned data.
if a field is prefixed with
+
it will be added to the default fields, using -
will remove it from the default fields.
without prefix it will replace the entire default fields.offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of products returned in the list. Default is
50
.Default: 20
Was this section helpful?