AdminGetCollectionsParams
Parameters used to filter and configure the pagination of the retrieved product collections.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 10
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
title
stringTitle to filter product collections by.
handle
stringHandle to filter product collections by.
created_at
DateComparisonOperatorDate filters to apply on the product collections' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the product collections' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.deleted_at
DateComparisonOperatorDate filters to apply on the product collections' deleted_at
date.
deleted_at
DateComparisonOperatordeleted_at
date.q
stringTerm to search product collections by their title and handle.
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
-
.discount_condition_id
stringFilter product collections by their associated discount condition's ID.
Was this section helpful?