Upload Attachment by SH_ID
Authorizations
Path parameters
idintegerRequired
Shipment identifier.
Header parameters
X-Account-IDintegerOptional
Account identifier
Body
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found Error
application/json
500
Internal Error
application/json
post
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
}
]
}
{
"successful": true
}
Last updated