| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
Tmsv2customersEmbeddedDefaultShippingAddress |
CustomerShippingAddressApi.getCustomerShippingAddress(String customerTokenId,
String shippingAddressTokenId,
String profileId)
Retrieve a Customer Shipping Address
|
Tmsv2customersEmbeddedDefaultShippingAddress |
CustomerShippingAddressApi.patchCustomersShippingAddress(String customerTokenId,
String shippingAddressTokenId,
PatchCustomerShippingAddressRequest patchCustomerShippingAddressRequest,
String profileId,
String ifMatch)
Update a Customer Shipping Address
|
Tmsv2customersEmbeddedDefaultShippingAddress |
CustomerShippingAddressApi.postCustomerShippingAddress(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId)
Create a Customer Shipping Address
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Tmsv2customersEmbeddedDefaultShippingAddress> |
CustomerShippingAddressApi.getCustomerShippingAddressWithHttpInfo(String customerTokenId,
String shippingAddressTokenId,
String profileId)
Retrieve a Customer Shipping Address
|
ApiResponse<Tmsv2customersEmbeddedDefaultShippingAddress> |
CustomerShippingAddressApi.patchCustomersShippingAddressWithHttpInfo(String customerTokenId,
String shippingAddressTokenId,
PatchCustomerShippingAddressRequest patchCustomerShippingAddressRequest,
String profileId,
String ifMatch)
Update a Customer Shipping Address
|
ApiResponse<Tmsv2customersEmbeddedDefaultShippingAddress> |
CustomerShippingAddressApi.postCustomerShippingAddressWithHttpInfo(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId)
Create a Customer Shipping Address
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CustomerShippingAddressApi.getCustomerShippingAddressAsync(String customerTokenId,
String shippingAddressTokenId,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultShippingAddress> callback)
Retrieve a Customer Shipping Address (asynchronously)
|
okhttp3.Call |
CustomerShippingAddressApi.patchCustomersShippingAddressAsync(String customerTokenId,
String shippingAddressTokenId,
PatchCustomerShippingAddressRequest patchCustomerShippingAddressRequest,
String profileId,
String ifMatch,
ApiCallback<Tmsv2customersEmbeddedDefaultShippingAddress> callback)
Update a Customer Shipping Address (asynchronously)
|
okhttp3.Call |
CustomerShippingAddressApi.postCustomerShippingAddressAsync(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultShippingAddress> callback)
Create a Customer Shipping Address (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Tmsv2customersEmbeddedDefaultShippingAddress |
Tmsv2customersEmbedded.getDefaultShippingAddress()
Get defaultShippingAddress
|
Tmsv2customersEmbeddedDefaultShippingAddress |
Tmsv2customersEmbeddedDefaultShippingAddress.id(String id) |
Tmsv2customersEmbeddedDefaultShippingAddress |
Tmsv2customersEmbeddedDefaultShippingAddress.links(Tmsv2customersEmbeddedDefaultShippingAddressLinks links) |
Tmsv2customersEmbeddedDefaultShippingAddress |
Tmsv2customersEmbeddedDefaultShippingAddress.metadata(Tmsv2customersEmbeddedDefaultShippingAddressMetadata metadata) |
Tmsv2customersEmbeddedDefaultShippingAddress |
Tmsv2customersEmbeddedDefaultShippingAddress.shipTo(Tmsv2customersEmbeddedDefaultShippingAddressShipTo shipTo) |
| Modifier and Type | Method and Description |
|---|---|
List<Tmsv2customersEmbeddedDefaultShippingAddress> |
ShippingAddressListForCustomerEmbedded.getShippingAddresses()
Get shippingAddresses
|
| Modifier and Type | Method and Description |
|---|---|
ShippingAddressListForCustomerEmbedded |
ShippingAddressListForCustomerEmbedded.addShippingAddressesItem(Tmsv2customersEmbeddedDefaultShippingAddress shippingAddressesItem) |
Tmsv2customersEmbedded |
Tmsv2customersEmbedded.defaultShippingAddress(Tmsv2customersEmbeddedDefaultShippingAddress defaultShippingAddress) |
void |
Tmsv2customersEmbedded.setDefaultShippingAddress(Tmsv2customersEmbeddedDefaultShippingAddress defaultShippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShippingAddressListForCustomerEmbedded.setShippingAddresses(List<Tmsv2customersEmbeddedDefaultShippingAddress> shippingAddresses) |
ShippingAddressListForCustomerEmbedded |
ShippingAddressListForCustomerEmbedded.shippingAddresses(List<Tmsv2customersEmbeddedDefaultShippingAddress> shippingAddresses) |
Copyright © 2020. All rights reserved.