REST API | Visa Platform Connect

Retrieve All Customer Shipping Addresses

This section shows you how to retrieve all customer shipping addresses.

Endpoint

Test:
GET
https://apitest.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses
Production:
GET
https://api.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses
Production in India:
GET
https://api.in.cybersource.com
/tms/v2/customers/{customerTokenId}/shipping-addresses
customerTokenId
is the customer token ID returned in the
id
field when you created the customer token. See Create a Customer.