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/readwriteapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://api-m.paypal.com/v1/shipping/v1/shipping/trackers" \ -H "Content-Type: application/json" \ -d '{}'{
"tracker_identifiers": [
{
"transaction_id": "string",
"tracking_number": "string",
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}
],
"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"
}
]
}An array of tracking information for shipments.
1 <= items <= 20