v1
latestOpenAPI 3.0.12026-07-242073551.1 MBCollections
Book Collection
Schedule a collection of your shipments from a specified location. This endpoint is particularly useful for customers who need to return the parcel and prefer the convenience of having Royal Mail collect the items directly from their address rather than dropping them off at a postal center. <br /> <br />Note: The service used to create the shipment must allow for the shipment to be collected. If no timeslot is sent in the request, then by default, the first available collection date will be selected.
post/v4/collections/rm/{shipmentId}
Path parameters
shipmentIdstring required
A unique identifier (shipmentId) or tracking number returned in the Create shipment response. This ID is used to specify the shipment that is being collected.
Request body
Example request
{
"SlotReservationId": "99887654",
"SlotDate": "2023-10-31"
}Response
Returns the collection date and its unique identifier.
Example response
{
"CollectionOrderId": "CC-W307-028741033",
"CollectionDate": "2023-07-04"
}