Python integration
import ebay-oauth-python-client # Use an OAuth2 access token client = ebay_oauth_python_client.Client(access_token="YOUR_ACCESS_TOKEN")
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/logistics/v1_beta/shipment/{shipmentId}curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/logistics/v1_beta/shipping_quote/{shippingQuoteId}curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://api.ebay.com/sell/logistics/v1_beta/shipment/{shipmentId}/download_label_file