This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of up to 100 draft orders, given the provided paging, filtering, and sorting.
For field support, see supported filters and sorting. To learn how to query draft orders, see API Query Language.
PROPERTY | SUPPORTED FILTERS & SORTING |
---|---|
orderId | eq() ,ne() ,exists() ,in() ,hasSome() ,startsWith() |
_createdDate | eq() ,ne() ,exists() ,in() ,hasSome() ,lt() ,le() ,gt() ,ge() ,ascending() ,descending() |
_updatedDate | eq() ,ne() ,exists() ,in() ,hasSome() ,lt() ,le() ,gt() ,ge() ,ascending() ,descending() |
status | eq() ,ne() ,exists() ,in() ,hasSome() ,ascending() ,descending() |
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.