This endpoint is considered optional for carriers. If the carrier does not support collection scheduling, you may choose to skip implementing this endpoint.
Carriyo employs the schedule collection endpoint to facilitate carrier pick-up arrangements for a designated shipment.
In the request, Carriyo includes essential collection details, encompassing:
In response to this request, the carrier will provide unique pickup identifier.
The carrier will respond with a unique pickup id.
OK
Error
{- "scheduled_from": "2019-08-24T14:15:22Z",
- "scheduled_to": "2019-08-24T14:15:22Z"
}
{- "pickup_id": "pickup-id-1"
}