🔑 Fedex Shipping Label
This action is used to generate FedEx Return and Shipping Labels. The default selected shipping option is USA FedEx Ground.
Fedex Shipping API
In order to access the FedEx Shipping API, production credentials must be enabled by FedEx. As part of this process, sample labels must be generated through the Developement APIs, the action can be used to generate these labels by selecting the "test" environment
Address Verification
If the action does not return a return label, a Warning could've been returned by the FedEx API. FedEx verifies the address before issuing a successful response.
Inputs
In the context of this documentation "shipper" is the location/person where the package will be leaving from and the "recipient" is the location/party expecting the package.
Name | Type | Description |
---|---|---|
Account Number | String | FedEx Account Number that was used to acquire the API credentials. |
Authentication Key | String | FedEx Authentication Key, must be enabled for use with Shipping API |
Meter Number | String | Fedex Meter Number |
Authentication Password | String | FedEx Authentication Password |
RMA Number | OptionalString | Optional Input used for tracking returns and associating returns with orders by the seller. |
Department Number | OptionalString | Optional Input used to populate the 'DEPT' field on the label |
Reference | String | Customer reference |
Ship Date | String | Date the package will be shipped |
Shipper Name | String | Name of the shipper |
Shipper Company | String | Optional name of the shipper company |
Shipper Phone Number | String | Shipper Phone Number used to contact for package pickup |
Shipper Email Address | String | Shipper Email Address used to contact for package pickup |
Shipper Address | String | First Address line of the shipper |
Shipper Address 2 | String | Second Address line of the shipper |
Shipper City | String | Shipper City |
Shipper State | String | Two character abreviation of the USA state |
Shipper Postal Code | String | USA Postcode of the shipping address |
Shipper Country Code | String | USA Country Code |
Recipient Name | String | Name of the recipient |
Rcipient Company | String | Optional name of the recipient company |
Recipient Phone Number | String | Shipper Phone Number used to contact for package tracking information |
Recipient Email Address | String | Shipper Email Address used to contact for package tracking information |
Recipient Address | String | First Address line of the recipient |
Recipient Address 2 | String | Second Address line of the recipient |
Recipient City | String | Recipient City |
Recipient State | String | Two character abreviation of the USA state |
Recipient Postal Code | String | USA Postcode of the shipping address |
Recipient Country Code | String | USA Country Code |
Weight | String | Weight of the package in pounds. Recommended 3 pounds for Ground Shipping |
Environment | String | "prod" for generating labels for customers. "test" for creating sample labels as part of the production api application process. |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | False if any warning or errors were returned by the FedEx API. True if the label was generated successfully. |
Image | String | Encoded return label image. PNG format |
Tracking Number | String | Tracking Number of the shipment |
Updated 4 months ago