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

    Interface CustomerAddShippingAddressIdAction

    Adds an Address from the addresses array to shippingAddressIds. Either addressId or addressKey is required.

    interface CustomerAddShippingAddressIdAction {
        action: "addShippingAddressId";
        addressId?: string;
        addressKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addShippingAddressId"
    addressId?: string

    id of the Address to become a shipping address.

    addressKey?: string

    key of the Address to become a shipping address.