Draft Orders: Supported Filters and Sorting

The following table shows field support for filters and sorting for the DraftOrder object:

FieldSupported FiltersSortable
statuseq(), ne(), exists(), in(), hasSome()Sortable
orderIdeq(), ne(), exists(), in(), hasSome(), startsWith()
_createdDateeq(), ne(), exists(), in(), hasSome(), lt(), le(), gt(), ge()Sortable
_updatedDateeq(), ne(), exists(), in(), hasSome(), lt(), le(), gt(), ge()Sortable

Related content: API Query Language, Query Draft Orders

Did this help?