Skip to main content
GET
Get Inbound Shipment Address
Returns the address to send this shipment to, along with a ready-to-display version in formatted. Each address includes the account’s vault ID, which identifies the shipment on arrival. Fetch the address per shipment and use it exactly as returned. Permission: inbound_shipments:read

Path parameters

string
required
The inbound shipment ID

Response

string
The address as newline-separated lines, ready to display.
string
The vault ID included in the address.
string
Where the vault ID appears in the address — address_line_2 or last_name. When it is last_name, the vault ID is part of lastName and addressLine2 is null.
Returns 404 if the shipment does not belong to your organization.