Interface OrderSetCustomLineItemShippingDetailsAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderSetCustomLineItemShippingDetailsActionImpl

OrderSetCustomLineItemShippingDetailsAction
Example to create an instance using the builder pattern

     OrderSetCustomLineItemShippingDetailsAction orderSetCustomLineItemShippingDetailsAction = OrderSetCustomLineItemShippingDetailsAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()