Last updated 8 months ago
Shipment identifier.
Account identifier
Array of attachments files.
POST /galaxy/shipments/{id}/upload HTTP/1.1 Host: api.shiptify.com Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 199 { "attachments": [ { "url": "https://example.com/example-doc.pdf", "fileName": "Some document name without extension", "documentType": "arrival_notice", "accessType": "public", "save": true, "authRequired": true } ] }
OK
{ "successful": true }