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

    Interface MyCustomerAddAddressAction

    Adding an address to the Customer produces the CustomerAddressAdded Message.

    interface MyCustomerAddAddressAction {
        action: "addAddress";
        address: _BaseAddress;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addAddress"
    address: _BaseAddress

    Value to append to the addresses array.