| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
Tmsv2customersEmbeddedDefaultShippingAddress |
CustomerShippingAddressApi.postCustomerShippingAddress(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId)
Create a Customer Shipping Address
Include an existing TMS Customer token id in the request URI.
|
okhttp3.Call |
CustomerShippingAddressApi.postCustomerShippingAddressAsync(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultShippingAddress> callback)
Create a Customer Shipping Address (asynchronously)
Include an existing TMS Customer token id in the request URI.
|
okhttp3.Call |
CustomerShippingAddressApi.postCustomerShippingAddressCall(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postCustomerShippingAddress
|
ApiResponse<Tmsv2customersEmbeddedDefaultShippingAddress> |
CustomerShippingAddressApi.postCustomerShippingAddressWithHttpInfo(String customerTokenId,
PostCustomerShippingAddressRequest postCustomerShippingAddressRequest,
String profileId)
Create a Customer Shipping Address
Include an existing TMS Customer token id in the request URI.
|
| Modifier and Type | Method and Description |
|---|---|
PostCustomerShippingAddressRequest |
PostCustomerShippingAddressRequest._default(Boolean _default) |
PostCustomerShippingAddressRequest |
PostCustomerShippingAddressRequest.id(String id) |
PostCustomerShippingAddressRequest |
PostCustomerShippingAddressRequest.links(Tmsv2customersEmbeddedDefaultShippingAddressLinks links) |
PostCustomerShippingAddressRequest |
PostCustomerShippingAddressRequest.metadata(Tmsv2customersEmbeddedDefaultShippingAddressMetadata metadata) |
PostCustomerShippingAddressRequest |
PostCustomerShippingAddressRequest.shipTo(Tmsv2customersEmbeddedDefaultShippingAddressShipTo shipTo) |
Copyright © 2022. All rights reserved.