PUT
/
v2.01
/
{ClientId}
/
payins
/
{PayInId}
/
trackings

You can use this call to add the tracking number and carrier for LineItems shipments.

Caution – Tracking information cannot be edited

You can’t modify the TrackingNumber, Carrier, or NotifyBuyer once added.
You can only send a unique tracking number once.

There is no link between the line items and the tracking numbers. 

If adding multiple tracking numbers for the same transaction, it is recommended to set NotifyBuyer to true on only one of them.

Path parameters

PayInId
string
required

The unique identifier of the pay-in.

Body parameters

TrackingNumber
string
required

The shipment’s tracking number provided by the carrier.

Carrier
string
required

The carrier for the shipment. Use the country-specific version of the carrier if it exists, otherwise use its global version.

NotifyBuyer
string

Default value: false

If true, sends an email notification to the PaypalBuyerAccountEmail containing the TrackingNumber and Carrier, which allows the end user to track their shipment with the carrier.

Responses