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

    Interface CustomerSetStoresAction

    Sets the Stores the Customer account is associated with. If no Stores are specified, the Customer becomes a global Customer.

    interface CustomerSetStoresAction {
        action: "setStores";
        stores: StoreResourceIdentifier[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setStores"

    ResourceIdentifier of the Stores to set.