Inbound | POST | /store-orders/search

Summary Copy to clipboard

Description

This API can be used to search the orders of a store based on these parameters:

Request

{
  "locationCode": "loc1",
  "minId": 123,
  "batchSize": 500,
  "eventTypes": [
    "OUTWARD_ORDER_COMPLETE"
  ]
}

Possible Event Types