Upload Attachment by SH_ID

Upload files to shipment

post
Authorizations
Path parameters
idintegerRequired

Shipment identifier.

Header parameters
X-Account-IDintegerOptional

Account identifier

Body
Responses
200

OK

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