| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
ShippingAddressListForCustomer |
CustomerShippingAddressApi.getCustomerShippingAddressesList(String customerId,
String profileId,
Long offset,
Long limit)
List Shipping Addresses for a Customer
| | | | | --- | --- | --- | |**Customer Shipping Address**<br>A Customer Shipping Address represents tokenized customer shipping information.<br>A [Customer](#token-management_customer_create-a-customer) can have [one or more Shipping Addresses](#token-management_customer-shipping-address_list-shipping-addresses-for-a-customer), with one allocated as the Customers default for use in payments.| |**Retrieving all Customer Shipping Addresses**<br>Your system can use this API to retrieve all existing Shipping Addresses for a Customer.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ShippingAddressListForCustomer> |
CustomerShippingAddressApi.getCustomerShippingAddressesListWithHttpInfo(String customerId,
String profileId,
Long offset,
Long limit)
List Shipping Addresses for a Customer
| | | | | --- | --- | --- | |**Customer Shipping Address**<br>A Customer Shipping Address represents tokenized customer shipping information.<br>A [Customer](#token-management_customer_create-a-customer) can have [one or more Shipping Addresses](#token-management_customer-shipping-address_list-shipping-addresses-for-a-customer), with one allocated as the Customers default for use in payments.| |**Retrieving all Customer Shipping Addresses**<br>Your system can use this API to retrieve all existing Shipping Addresses for a Customer.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomerShippingAddressApi.getCustomerShippingAddressesListAsync(String customerId,
String profileId,
Long offset,
Long limit,
ApiCallback<ShippingAddressListForCustomer> callback)
List Shipping Addresses for a Customer (asynchronously)
| | | | | --- | --- | --- | |**Customer Shipping Address**<br>A Customer Shipping Address represents tokenized customer shipping information.<br>A [Customer](#token-management_customer_create-a-customer) can have [one or more Shipping Addresses](#token-management_customer-shipping-address_list-shipping-addresses-for-a-customer), with one allocated as the Customers default for use in payments.| |**Retrieving all Customer Shipping Addresses**<br>Your system can use this API to retrieve all existing Shipping Addresses for a Customer.
|
| Modifier and Type | Method and Description |
|---|---|
ShippingAddressListForCustomer |
ShippingAddressListForCustomer.embedded(ShippingAddressListForCustomerEmbedded embedded) |
ShippingAddressListForCustomer |
ShippingAddressListForCustomer.links(ShippingAddressListForCustomerLinks links) |
Copyright © 2025. All rights reserved.