Skip to main content
Skip to main content

AdminGetCollectionsParams

Parameters used to filter and configure the pagination of the retrieved product collections.

constructor


Properties

Date filters to apply on the product collections' created_at date.
Date filters to apply on the product collections' deleted_at date.
discount_condition_idstring
Filter product collections by their associated discount condition's ID.
handlestring
Handle to filter product collections by.
limitnumberRequired
Limit the number of items returned in the list.

Default: 10

offsetnumberRequired
The number of items to skip when retrieving a list.

Default: 0

qstring
Term to search product collections by their title and handle.
titlestring
Title to filter product collections by.
Date filters to apply on the product collections' updated_at date.
Was this section helpful?