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 cart's address was updated and recalculated. The PayPal order PATCH is issued but its result is not checked, so success: true does not confirm PayPal accepted the patched totals.

order_id
string
required

PayPal order id the recalculated totals were sent to.

meta
object
required

Standard response metadata included on every response.