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

    Interface MyCartAddItemShippingAddressAction

    Adds an address to a Cart when shipping to multiple addresses is desired.

    interface MyCartAddItemShippingAddressAction {
        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 Cart.