Interface StagedOrderAddItemShippingAddressAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderAddItemShippingAddressAction extends StagedOrderUpdateAction

Adds an address to an Order when shipping to multiple addresses is desired.


Example to create an instance using the builder pattern

     StagedOrderAddItemShippingAddressAction stagedOrderAddItemShippingAddressAction = StagedOrderAddItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()