Paypal Shipping Shipment Tracking V1
Connector for the paypal-shipping-shipment-tracking-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-m.sandbox.paypal.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
/v1/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
trackers_batch_get— GET /v1/shipping/trackers — List tracking informationtrackers_get— GET /v1/shipping/trackers/{id} — Show tracking informationtrackers_batch_post— POST /v1/shipping/trackers-batch — Add tracking information for multiple PayPal transactionstrackers_post— POST /v1/shipping/trackers — Add tracking information for PayPal transactiontrackers_put— PUT /v1/shipping/trackers/{id} — Update or cancel tracking information for PayPal transaction
Inputs
clientId/clientSecret— your paypal-shipping-shipment-tracking-v1 OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: trackers_batch_get
clientId: <your client id>
clientSecret: <your client secret>