---
title: Shipment Tracking v1
canonical: https://developer.paypal.com/api/tracking/v1
openapi_schema:
  json: https://developer.paypal.com/api/tracking/v1/schema.json
  yaml: https://developer.paypal.com/api/tracking/v1/schema.yaml
---

# Shipment Tracking v1 (/api/tracking/v1)

> This is an API reference page. The information below is a summary — the [JSON](https://developer.paypal.com/api/tracking/v1/schema.json) and [YAML](https://developer.paypal.com/api/tracking/v1/schema.yaml) schema are the preferred, authoritative source for exact parameters, request/response shapes, and validation rules.

## Base URL(s)

- https://api-m.sandbox.paypal.com

## Authentication

- Oauth2 (OAuth 2.0, clientCredentials)

## Operations

### trackers-batch

- `POST` [Add tracking information for multiple PayPal transactions](/api/tracking/v1/trackers-batch-post): Deprecation notice: Adding tracking details for an order through /v1/shipping/trackers-batch is deprecated as its a legacy way of…

### trackers

- `GET` [List tracking information](/api/tracking/v1/trackers-batch-get): Lists tracking information that meet search criteria.
- `POST` [Add tracking information for PayPal transaction](/api/tracking/v1/trackers-post): Adds tracking information for a PayPal transaction.
- `GET` [Show tracking information](/api/tracking/v1/trackers-get): Shows tracking information, by tracker ID, for a PayPal transaction.
- `PUT` [Update or cancel tracking information for PayPal transaction](/api/tracking/v1/trackers-put): Updates or cancels the tracking information for a PayPal transaction, by ID.

## Full schema

The list above is a summary. Full parameter, request, and response detail for every operation lives in the schema: [JSON](https://developer.paypal.com/api/tracking/v1/schema.json) · [YAML](https://developer.paypal.com/api/tracking/v1/schema.yaml)