List orders by status
Use this BillingServ API endpoint to list orders by status. Review the response for the operation result or validation errors.
Query parameters
Status key from GET /api/v2/order/statuses, or ALL.
Use a status_key from GET /api/v2/order/statuses, or ALL to return every order.
Response
OK
Changes
Changed in 2 of the 6 revisions of this API.117
- ▲
the
queryrequest parameterstatuswas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
ALLto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
CANCELLEDto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
ERRORto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
PENDINGto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
RECENTto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
RETURNEDto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
SETUPto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
SHIPPEDto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
SUSPENDEDto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
TERMINATEDto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
for the
queryrequest parameterstatus, the type was generalized fromintegertostringrequest-parameter-type-generalized
- ▲
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○