Ready To Ship Items
Explore our 'Ready To Ship Items' page for a comprehensive list of orders picked, packed, and ready to delight your customers.
Request
Endpoint
Headers
Body
{
"json": {
"params": {
"rows": 1,
"sort": "reservedDatetime desc",
"group": true,
"group.field": "orderId",
"group.limit": 1000,
"group.ngroups": true,
"defType": "edismax",
"q.op": "AND",
"qf": "orderId"
},
"query": "(* *)",
"filter": [
"docType:OISGIR",
"picklistItemStatusId: (PICKITEM_PICKED OR (PICKITEM_COMPLETED AND itemShippedDate: [NOW/DAY TO NOW/DAY+1DAY]))",
"-shipmentMethodTypeId : STOREPICKUP",
"facilityId: NN_WH"
],
"facet": {
"shipmentMethodTypeIdFacet": {
"excludeTags": "shipmentMethodTypeIdFilter",
"field": "shipmentMethodTypeId",
"mincount": 1,
"limit": -1,
"sort": "index",
"type": "terms",
"facet": {
"ordersCount": "unique(orderId)"
}
}
}
}
}Parameter
Description
Required (Y/N)
Response
Body
Parameter
Description
Last updated
Was this helpful?