Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

NameShipments Upload Airbill
DescriptionUploads an airbill for shipment
TypePOST
URL/v9/shipments/:id/upload_airbill

Long Description

Uploads an airbill for this shipment in PDF form, as a Base64-encoded file. The response from a successful upload will include url to the airbill.

Parameters

Name
Description
Value Type
Required
file
Base46-encoded PDFstring

Required

tracking_number
Tracking number of shipmentstringRequired
carrier

Supported carriers:

  • fedex
  • ups
  • usps
  • dhl
  • other
stringRequired

 

Examples

RequestResponse
/v9/shipments/1234/upload_airbill 
{
	"file": "<Base64-encoded file>",
	"tracking_number": "54321",
	"carrier": "fedex"
}

 

See Shipments / Show

  • No labels