On this page
No Headings
Oauth 2.0 authentication
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/readwriteThe ID of the tracker in the transaction_id-tracking_number format.
^[a-zA-Z0-9-_]*$1 <= length <= 100Encrypted PayPal Account ID of the buyer or seller.
^[2-9A-HJ-NP-Z]{13}$13 <= length <= 13application/json
application/json
curl -X GET "https://api-m.paypal.com/v1/shipping/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"
}
]
}{
"name": "string",
"message": "string",
"debug_id": "string",
"information_link": "string",
"details": [
{
"field": "string",
"value": "string",
"location": "body",
"issue": "string",
"description": "string",
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}
],
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}