Interface StagedOrderSetShippingMethodAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetShippingMethodAction extends StagedOrderUpdateAction

To set the Cart's Shipping Method, the Cart must have the Single ShippingMode and a shippingAddress.


Example to create an instance using the builder pattern

     StagedOrderSetShippingMethodAction stagedOrderSetShippingMethodAction = StagedOrderSetShippingMethodAction.builder()
             .build()
 
  • Field Details

    • SET_SHIPPING_METHOD

      static final String SET_SHIPPING_METHOD
      discriminator value for StagedOrderSetShippingMethodAction
      See Also:
  • Method Details