Get shipment details
GET /shipping/api/v1/shipments/{id}
Retrieve details and status of a booked shipment
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The remote shipment ID or tracking number
Example
prb851f578fResponses
Section titled “ Responses ”Shipment details retrieved successfully
object
Remote shipment ID
prb851f578fTracking number
9341920111411169517859Carrier identifier
USPSSub-carrier identifier
USPSService name
USPS Bound Printed MatterService identifier
USPS_PTP_BPMURL to download the label
/shipping/api/v1/shipments/prb851f578f/label.pdfExternal shipment ID from carrier
MSS3da64049-1f98-4113-8287-28d1c043c1a8object
4.04USDobject
MANDATORY4.039999961853027BASE_RATEWhether a linked account was used
When the shipment was booked
2025-12-11T16:24:36ZWhen the shipment record was created
2025-12-11T16:24:38ZWhen the shipment record was last updated
2025-12-11T16:24:38ZShipping documents stored for this shipment. Each document includes a presigned S3 URL valid for 1 hour. Only present when the shipment has stored documents.
A shipping document with a presigned download URL
object
Document type identifier
COMMERCIAL_INVOICEPresigned S3 URL to download the document (valid for 1 hour)
https://s3.amazonaws.com/veeqo-labels/rate-shopping/123/prb8a99eb17/documents/commercial_invoice.pdf?expires=...Bad request - invalid label format
object
List of error messages
[ "to_address is required"]{ "error_messages": [ "Invalid request parameters" ]}Shipment not found
object
List of error messages
[ "to_address is required"]{ "error_messages": [ "Invalid request parameters" ]}