Shipments / Airbill
Name | Shipments Airbill |
|---|---|
Description | Generate an airbill for FedEx shipments. |
Type | POST |
URL | /v9/shipments/:shipment_id/airbill |
User |
Long Description
Generate an airbill for a shipment that already exists (the shipment already includes the shipping details). Once it has been generated you can retrieve it using Shipments / Get Airbill or email it using Shipments / Email Airbill.
Parameters
Name | Description | Type | Presence | Location |
|---|---|---|---|---|
| ID of the shipment for which you wish to generate the airbill | Integer | Required | URI |
Examples
Request | Response |
|---|---|
/v9/shipments/12345/airbill | See Shipments / Show. |