Outstanding Orders
Discover how HotWax Commerce fetches a comprehensive list of outstanding orders brokered at a facility for fulfillment.
Request
Endpoint
Header
Body
{
"json": {
"params": {
"rows": 1,
"group": true,
"group.field": "orderId",
"group.limit": 1000,
"group.ngroups": true,
"defType": "edismax",
"q.op": "AND",
"qf": "orderId"
},
"query": "(* *)",
"filter" : [
"docType: OISGIR",
"quantityNotAvailable: 0",
"orderTypeId: SALES_ORDER",
"orderStatusId: ORDER_APPROVED",
"isPicked: N",
"-shipmentMethodTypeId: STOREPICKUP",
"-fulfillmentStatus: Cancelled",
"facilityId: NN_WH"
],
}
}Parameter
Description
Required (Y/N)
Response
Header
Body
Parameter
Description
Last updated
Was this helpful?