Trackers
Use the /trackers
resource to update and retrieve tracking information for PayPal orders.
Updates or cancels the tracking information for a PayPal order, by ID. Updatable attributes or objects:
items
replace
Using replace op for items
will replace the entire items
object with the value sent in request.
notify_payer
replace, add
status
replace
Only patching status to CANCELLED is currently supported.
The ID of the order that the tracking information is associated with.
^[A-Z0-9]+$
The order tracking ID.
^[A-Z0-9]+$
An array of JSON patch objects to apply partial updates to resources.
The operation.
The JSON Pointer to the target document location at which to complete the operation.
The value to apply. The remove, copy, and move operations do not require a value. Since JSON Patch allows any type for value, the type property is not specified.
The JSON Pointer to the target document location from which to move the value. Required for the move operation.
No content
Was this helpful?