Billing a Third Party
Some carriers support billing shipping costs to a third party, which could be the recipient or some other entity. This feature is often useful for 3PLs.
Billing to a third party is considered an advanced option. To see if the carriers you use support third-party billing, use the list carriers options call for each carrier ID you wish to use.
Requirements
- You must have the third party's account number (which you'll use as the value in the
bill_to_account
property).- Note that this requirement does not apply if you are using FedEx Ground Collect.
- You must include the following properties in the
advanced_options
object:bill_to_account
bill_to_country_code
bill_to_party
(which should be set tothird_party
)bill_to_postal_code
Example Request & Response
POST /v1/labels
Response
Note that the response does not include any advanced options object or related properties. While these values are sent to the carrier, they are not included in the response (though the resulting label will typically have an indication of the options added to the shipment).