AdminGetDraftOrdersParams
Parameters used to filter and configure the pagination of the retrieved draft orders.
Properties
q
stringSearch term to search draft orders by their display IDs and emails.
expand
stringComma-separated relations that should be expanded in the returned data.
fields
stringLimit the number of items returned in the list.
Default: 50
status
DraftOrderStatusValue[]Statuses to filter draft orders by.
created_at
DateComparisonOperatorDate filters to apply on the draft orders' created_at
date.
created_at
DateComparisonOperatorcreated_at
date.updated_at
DateComparisonOperatorDate filters to apply on the draft orders' updated_at
date.
updated_at
DateComparisonOperatorupdated_at
date.offset
numberThe number of items to skip when retrieving a list.
Default: 0
limit
numberLimit the number of items returned in the list.
Default: 20
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
-
.Was this section helpful?