Last updated 8 months ago
Shipment identifier.
Account identifier
Date confirm. Format: YYYY-MM-DD.
YYYY-MM-DD
Time confirm. Format: HH:mm.
HH:mm
PUT /galaxy/shipments/{id}/delivery/replan HTTP/1.1 Host: api.shiptify.com Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 29 { "date": "text", "time": "text" }
OK
{ "successful": true, "id": 1 }