View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/shipping/trackers/readhttps://uri.paypal.com/services/shipping/trackers/readwriteapplication/json
application/json
curl -X GET "https://example.com/v1/shipping/trackers/string"{ "transaction_id": "string", "tracking_number": "string", "tracking_number_type": "CARRIER_PROVIDED", "status": "CANCELLED", "shipment_date": "stringstri", "carrier": "string", "carrier_name_other": "string", "postage_payment_id": "string", "notify_buyer": false, "quantity": 1, "tracking_number_validated": true, "last_updated_time": "stringstringstringst", "shipment_direction": "FORWARD", "shipment_uploader": "MERCHANT", "account_id": "stringstrings", "tracking_url": "http://example.com", "fulfillment_provider": "string", "links": [ { "href": "string", "rel": "string", "method": "GET" } ]}