Retrieve All Customer Shipping Addresses {#tms-ship-addr-tkn-retrieve-all-intro}
================================================================================

This section describes how to retrieve all customer shipping addresses.

Endpoint {#tms-ship-addr-tkn-retrieve-all-intro_section_hqw_rjt_gwb}
--------------------------------------------------------------------

**Test:** `GET ``https://apitest.visaacceptance.com``/tms/v2/customers/`*{customerTokenId}*`/shipping-addresses`{#tms-ship-addr-tkn-retrieve-all-intro_restcust-test}  
**Production:** `GET ``https://api.visaacceptance.com``/tms/v2/customers/`*{customerTokenId}*`/shipping-addresses`  
The *`{customerTokenId}`* is the customer token ID returned in the id field when you created the customer token. For more information, see [Create a Customer](/docs/vas/en-us/tms/developer/ctv/rest/tms/tms-cust-tkn/tms-manage-cust-tkn/tms-cust-tkn-create-intro.md "").  
Use these query string parameters to filter the list of payment instrument tokens:
* `offset` --- Page offset number.
* `limit` --- Maximum number of items you would like returned.
  {#tms-ship-addr-tkn-retrieve-all-intro_ul_yxk_x1y_mwb}

