Bulk Upload Shipment Attachments
Authentication
Authentication using Personal Access Token (PAT) token
Headers
Response
Per-shipment results of the bulk operation
Authentication using Personal Access Token (PAT) token
Per-shipment results of the bulk operation
Uploads a single file to one or more shipments (1–250) in a single request. The endpoint enforces the full server-side attachment-type validation matrix — attachment type eligibility, label state, shipment state, order type, retailer program, and max-one rules — and records the uploader.
Request must be sent as multipart/form-data with the following fields:
Per-shipment results: every shipment is evaluated independently. One shipment failing never fails the whole request. HTTP 400 is returned only when the request itself is invalid (missing/oversized/wrong-extension file, invalid attachment_type_id, empty or >250 ids, missing Idempotency-Key header).
Idempotency: supply a unique Idempotency-Key header per logical upload attempt. Duplicate keys return HTTP 409.