Get shipment handover counts per vendor
GET /sellers/v3/shipments/handover/counts
This operation returns the count of shipments to be handed over to the logistics partner (E-Kart or 3rd party vendors)
Query Parameters
- locationId string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- vendorGroupCode string
- count int32
pickUpDate object
from date-timeto date-timeotc object
code stringerror_code string- isMps boolean
- ]
[
{
"vendorGroupCode": "string",
"count": 0,
"pickUpDate": {
"from": "2025-01-29T05:32:53.643Z",
"to": "2025-01-29T05:32:53.643Z"
},
"otc": {
"code": "string",
"error_code": "string"
},
"isMps": true
}
]
Loading...