Last updated 5 months ago
/galaxy/shipments/{id}/delivery/replan
Shipment identifier.
Account identifier
Date confirm. Format: YYYY-MM-DD.
YYYY-MM-DD
Time confirm. Format: HH:mm.
HH:mm
curl -L \ --request PUT \ --url 'https://api.shiptify.com/galaxy/shipments/{id}/delivery/replan' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "date": "text", "time": "text" }'
{ "successful": true, "id": 1 }