shipment
Ship the specified parcels.
Marks the given parcels as ready to ship using the specified shipping type.
The available shipping types for your account and location can be retrieved from the GET /v1/shipping_types/available endpoint.
post/v1/parcels/ship
Request body
Example request
{
"pickup_time": "2021-12-02T10:12:07.753Z"
}Response
Shipment request accepted and is being processed.
Example response
{
"parcels": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tracking_url": "https://logistics.follow.cabify.com/abcdefghi/e"
}
]
}