This is an optional endpoint for the carrier. If manifesting is not supported by the carrier, then the implementation of this endpoint can be skipped.
Carriyo employs the manifest endpoint to facilitate generation of manifests for designated shipments. The shipments included in the manifest will share a common pickup location and a scheduled pickup date.
In the request, Carriyo includes essential manifest details, encompassing:
In response to this request, the carrier will provide a unique pickup identifier for the manifest.
OK
Error
{- "scheduled_from": "2019-08-24T14:15:22Z",
- "scheduled_to": "2019-08-24T14:15:22Z",
- "tracking_numbers": [
- "string"
]
}
{- "pickup_id": "pickup-id-1"
}