Menu

Change a Default Shipping Address

This section shows you how to change a default customer shipping address.

Endpoint

Test:
PATCH
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
Production:
PATCH
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
Production in India:
PATCH
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses/{shippingAddressTokenId}
customerTokenId
is the customer token
id
returned when you created the customer token. In the
customerTokenId
path parameter, pass the shipping address token
id
response field returned when you created a shipping address token. See Create a Customer and Create a Customer Shipping Address.
Back to top