v1
latestOpenAPI 3.0.32026-07-242666111.1 KBshipments
Update the destination address of a shipment. The shipment must be in one of the following statuses:
DRAFT CONFIRMED UNSUCCESSFULLPICKUP ONROADTOPICKUP COLLECTED STORED
patch/api/v3/shipments/{id}
Path parameters
idstring required
Request body
Response
Example response
{
"sender": {
"phone": "+525547596221"
},
"recipient": {
"phone": "+525547596221"
}
}