Appearance
GET
/order-management/order/ordersRequired scope:
viskan:order:readFinds customer orders.
Parameters
Query parameters
page integerThe page to search for.
Default value:
1resultsPerPage integerThe number of results per page.
searchId stringThe search ID to use for continued pages. Not usable together with any of the filters except
page. Read more about this here.countryCode stringMultivalued
Filter on delivery country of order (ISO 3166-1 alpha-2 standard format).
customFieldValue stringMultivalued
An optional filter on one/many custom field values.
includeCanceledRows booleanAn optional filter on whether or not to include canceled order rows.
Default value:
falsemethodOfArrival stringMultivalued
An optional filter on one or many arrival methods.
modifiedAfter string Format:
offset-date-timeFilter on last modification date. Useful for getting delta-changes.
orderId integerMultivalued
An optional filter on one or many order identifiers.
orderNumber stringMultivalued
An optional filter on one or many order numbers.
purchaseNumber stringAn optional filter on a single purchase number.
processChain stringFilter on current order process chain. Used together with
processStatus. The use of this filter is contingent upon the approval of Viskan.processStatus stringMultivalued
Filter on current order process status. Used together with
processChain. The use of this filter is contingent upon the approval of Viskan.status enumMultivalued
Filter on current order status.
Enum:
PLACEDDELIVERY_CREATEDPART_DELIVEREDFULLY_DELIVEREDCANCELEDResponse
The response contains the found orders.