AdminGetCollectionsParams
Parameters used to filter and configure the pagination of the retrieved product collections.
Properties
limitnumberRequiredLimit the number of items returned in the list.
Default: 10
offsetnumberRequiredThe number of items to skip when retrieving a list.
Default: 0
titlestringTitle to filter product collections by.
handlestringHandle to filter product collections by.
created_atDateComparisonOperatorDate filters to apply on the product collections' created_at date.
created_atDateComparisonOperatorcreated_at date.updated_atDateComparisonOperatorDate filters to apply on the product collections' updated_at date.
updated_atDateComparisonOperatorupdated_at date.deleted_atDateComparisonOperatorDate filters to apply on the product collections' deleted_at date.
deleted_atDateComparisonOperatordeleted_at date.qstringTerm to search product collections by their title and handle.
discount_condition_idstringFilter product collections by their associated discount condition's ID.
Was this section helpful?