Used to get the date wise order status
These are params:
Parameter | Data Type | Compulsory/Optional | Description |
---|---|---|---|
SecureKey | Compulsory | Unique key for accessing the API | |
operatingUnitCode | Compulsory | Operating unit code as give in ERP | |
fromDate | Compulsory | Order from date | |
toDate | Compulsory | Order to date |
ON SUCCESS
{
"Top Selling Products": {
"G1001": 4,
"ADIDASSHIRT1XA": 4,
"ADIDASSHOE1001": 1,
"PRODUCTSHOP101": 1
},
"Status Wise Shipments": {
"Total": 13,
"In Transit": 7,
"Delivered": 5,
"Data Received": 1
},
"Status Wise Orders": {
"Total": 270,
"Closed": 126,
"Created": 88,
"Picked": 31,
"Ready To Pick": 22,
"Partial Picked": 3
}
}
ON ERROR