@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderAddItemShippingAddressAction

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

    interface OrderAddItemShippingAddressAction {
        action: "addItemShippingAddress";
        address: _BaseAddress;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addItemShippingAddress"
    address: _BaseAddress

    Address to append to itemShippingAddresses. The new Address must have a key that is unique across this Order.