API Resources for the Shipping APIs¶
Overview¶
This page lists all resources for the Global Ecommerce Shipping APIs. For base URLs, see API Environments. For authentication, see Generate an OAuth Token. For resources for the Merchant Accounts APIs, see Manage Merchant Accounts.
Addresses¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/addresses/verify |
|
POST |
/v1/addresses/verify-suggest |
Carrier¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/carrier-facility |
|
GET |
/v1/carrier/license-agreements?carrier={carrier}&originCountryCode={two-character-ISO-code} |
Containers¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/container-manifest |
|
POST |
/v2/container-manifest |
|
GET |
/v2/container-manifest |
|
GET |
/v2/container-manifest/{shipmentId} |
|
DELETE |
/v2/container-manifest/{shipmentId} |
|
POST |
/v1/container-manifest/batch?carrier={Id} |
|
GET |
/v1/container-manifest/batch/{batchContainerManifestId} |
Countries¶
Operation |
Method |
Resource Path |
---|---|---|
GET |
/v1/countries?carrier={carrier}&originCountryCode={two-character-ISO-code} |
Cross-Border¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/crossborder/checkout/quotes |
|
POST |
/v1/crossborder/hs-classification/items |
Information (Carrier Rules)¶
Operation |
Method |
Resource Path |
---|---|---|
GET |
/v1/information/rules/rating-services?carrier={carrier}&originCountryCode={XX}&destinationCountryCode={YY} |
Ledger (Transaction Reports)¶
Operation |
Method |
Resource Path |
---|---|---|
GET |
/v4/ledger/developers/{developerId}/transactions/archived |
|
GET |
/v4/ledger/developers/{developerId}/transactions/reports |
Manifests¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/manifests |
|
GET |
/v1/manifests/{manifestId} |
|
GET |
/v1/manifests?originalTransactionId={transaction_id} |
Pickups¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/pickups/schedule |
|
POST |
/v1/pickups/{pickupId}/cancel |
Rates¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/rates |
Shipments¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/shipments |
|
GET |
/v1/shipments?originalTransactionId={transaction_id}&carrier={carrier} |
|
GET |
/v1/shipments/{shipmentId}?carrier={carrier} |
|
DELETE |
/v1/shipments/{shipmentId}?carrier={carrier}&cancelInitiator=SHIPPER |
|
POST |
/v1/shipments/{shipmentId}/email |
Tracking¶
Operation |
Method |
Resource Path |
---|---|---|
POST |
/v2/track/events |
|
GET |
/v1/tracking/{trackingNumber}?packageIdentifierType=TrackingNumber |