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

    Interface StagedOrderAddItemShippingAddressAction

    Adds an address to the itemShippingAddresses of an Order. Use this action when shipping is defined per item. For example, when shipping items to multiple addresses or when using different Shipping Methods, even if all items share the same address.

    interface StagedOrderAddItemShippingAddressAction {
        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.