In Progress Orders
Discover how the 'In Progress Orders' API fetches a comprehensive list of orders currently in the process of pickup for fulfillment.
Request
Endpoint
Header
Body
{
"json": {
"params": {
"rows": "10",
"sort": "orderDate asc",
"group": true,
"group.field": "picklistBinId",
"group.limit": 1000,
"group.ngroups": true,
"q.op": "AND",
"start": 0
},
"query": "(*:*)",
"filter": [
"docType: OISGIR",
"picklistItemStatusId: PICKITEM_PENDING",
"-fulfillmentStatus: Rejected",
"-shipmentMethodTypeId: STOREPICKUP",
"facilityId: Store_1",
"productStoreId: STORE"
],
}
}Parameter
Description
Required (Y/N)
Parameter
Description
Required (Y/N)
Response
Header
Body
Parameter
Description
Last updated
Was this helpful?