Last updated 3 months ago
Shipment identifier.
Tracking point incident.
"Strike"
Tracking point comment.
""
Date confirm. Format: YYYY-MM-DD.
YYYY-MM-DD
Time confirm. Format: HH:mm.
HH:mm
OK
Tracking point by point identifier.
const response = await fetch('https://api.shiptify.com/galaxy/shipments/{id}/pickup/confirm', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "successful": false, "id": 0 }