Shipments / Email Airbill
Long Description
Deliver the airbill that has been generated for this shipment to one or more email addresses as an attachment in PDF form.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
recipients | List of recipients that should receive the airbill | Array of strings | Required |
Examples
Request | Response |
---|---|
/v9/shipments/12345/email_airbill | |
{ "recipients":[ "recipient@one.com", "recipient@two.com" ] } |
See Shipments / Show |