Interface CartUpdateItemShippingAddressAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartUpdateItemShippingAddressActionImpl

public interface CartUpdateItemShippingAddressAction extends CartUpdateAction

Updates an address in itemShippingAddresses by keeping the Address key.


Example to create an instance using the builder pattern

     CartUpdateItemShippingAddressAction cartUpdateItemShippingAddressAction = CartUpdateItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()