docs
  1. Add-on Documentation
  2. Omni-channel Add-on
  3. Developer Guide
  4. Api Reference
  5. Orders
  6. List Orders

List Orders

Available Filters

  • filters.s
    • type: string
    • searches in orderId and orderKey
  • filters.orderScope
    • type: string
    • options
      • incomingPackages
      • openFulfillment
      • readyForPickup
  • filters.orderType
    • type: string
    • options
      • pickupCollect
      • fulfillment (subject to change to shippingFulfillment)
      • pickupFulfillment
  • filters.orderStatus
    • type: string
    • options
      • confirmed
      • inFulfillment
      • readyForPickup
      • closed
  • filters.orderItemStatus
    • type: string
    • options
      • confirmed
      • delegated
      • waitingForShipment
      • inPicking
      • picked
      • readyForShipping
      • shipped
      • readyForPickup
      • pickedUp
      • canceled
  • filters.date
    • type: date (YYYY-MM-DD)

Sorting

  • sort
    • options
      • orderId
      • createdAt
  • sortDir
    • options
      • asc
      • desc

Get order count by their scope

Provided scopes can be one or multiple.

  • scopes
    • options
      • incomingPackages
      • openFulfillment
      • readyForPickup