Home
Note: This is a (Limited Release) API available only to select developers approved by business units.
The Logistics API resources offer the following capabilities:
Important! Sellers must set up a payment method via their eBay account before they can use the methods in this API to create a shipment and the associated shipping label.
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
createShippingQuote | POST | /shipping_quote | Creates a shipping quote for a single package based on its origin, destination, and size. | View createShippingQuote - /shipping_quote |
getShippingQuote | GET | /shipping_quote/{shippingQuoteId} | Gets the details of a previously created shipping quote by ID. | View getShippingQuote - /shipping_quote/{shippingQuoteId} |
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
createFromShippingQuote | POST | /shipment/create_from_shipping_quote | Creates a "shipment" based on a specified rateId and generates a shipping label. | View createFromShippingQuote - /shipment/create_from_shipping_quote |
getShipment | GET | /shipment/{shipmentId} | Gets the details of a shipment by ID. | View getShipment - /shipment/{shipmentId} |
downloadLabelFile | GET | /shipment/{shipmentId}/download_label_file | Downloads the shipping label generated for the specified shipmentId. | View downloadLabelFile - /shipment/{shipmentId}/download_label_file |
cancelShipment | POST | /shipment/{shipmentId}/cancel | Cancels a shipment by ID. | View cancelShipment - /shipment/{shipmentId}/cancel |