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

    Interface CustomerAddStoreAction

    Associates the Customer with a Store.

    interface CustomerAddStoreAction {
        action: "addStore";
        store: StoreResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addStore"

    ResourceIdentifier of the Store to add.