Last updated 3 months ago
Shipment identifier.
Array of attachments files.
OK
const response = await fetch('https://api.shiptify.com/galaxy/shipments/{id}/upload', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "successful": false }