Trackers
Update or cancel tracking information for a PayPal order
- : Manage payments and checkout workflow.
Oauth 2.0 authentication
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.
A successful request returns the HTTP 204 No Content status code with an empty object in the JSON response body.
Request is not well-formed, syntactically incorrect, or violates schema.
Authorization failed due to insufficient permissions.
The specified resource does not exist.
The requested action could not be performed, semantically incorrect, or failed business validation.
An internal server error has occurred.
The default response.
No content
Last updated
Was this helpful?

