Skip to main content
PATCH
Apply a PayPal shipping address change

Path Parameters

cart_token
string
required

Opaque cart token returned by the create-cart response. It scopes the request to a single cart and is the credential for these endpoints — cart-token authentication carried in the path, with no bearer token or API key.

Body

application/json
order_id
string
required
shipping_address
object
required

Response

Shipping change applied

Success body for the PayPal shipping address change callback.

success
boolean
required

true when the shipping change was applied and the PayPal order was patched.

order_id
string
required

PayPal order id that was patched with the recalculated totals.

meta
object
required

Standard response metadata included on every response.