Shipments / Email Airbill
Name | Shipments Email Airbill |
|---|---|
Description | Email an airbill that has been generated for a shipment. |
Type | POST |
URL | /v9/shipments/:id/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 |