Retrieves full details of a specific shipment and document metadata. When a user requests a label, commercial invoice, or packing slip, ALWAYS call this tool first. Extract the 'shipping_documents' URL from the response and provide it as a direct, clickable Markdown link to the user. Do not attempt to describe or visualize the document; simply provide the URL for the user to download.
Required authorization scope: `public.shipment:read`
> All shipment documents are customisable. You can set:
>
> - Document format: URL, PDF or PNG
> - Label page size: A4, A5 or 4x6
> - Commercial invoice page size: A4 or 4x6
> - Packing slip page size: A4 or 4x6
Args:
easyship_shipment_id: The Easyship shipment ID, e.g. "ESSG10006001".
label: Label page size: A4, A5, or 4x6.
format: Document format: URL, PDF, or PNG.
packing_slip: Packing slip page size: none, A4, or 4x6.
commercial_invoice: Commercial invoice page size: A4 or 4x6.
Returns:
Full shipment details including shipping documents metadata.