Skip to main content
Skip to main content

AdminGetDraftOrdersParams

Parameters used to filter and configure the pagination of the retrieved draft orders.

Properties

qstring
Search term to search draft orders by their display IDs and emails.
expandstring
Comma-separated relations that should be expanded in the returned data.
fieldsstring
Limit the number of items returned in the list.

Default: 50

Statuses to filter draft orders by.
Date filters to apply on the draft orders' created_at date.
Date filters to apply on the draft orders' updated_at date.
offsetnumber
The number of items to skip when retrieving a list.

Default: 0

limitnumber
Limit the number of items returned in the list.

Default: 20

orderstring
The field to sort the data by. By default, the sort order is ascending. To change the order to descending, prefix the field name with -.
Was this section helpful?