Typescript SDK Type Docs
    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.

    This action generates the [CustomerStoresSet](ctp:api:type:CustomerStoresSetMessage) Message.
    
    interface CustomerSetStoresAction {
        action: "setStores";
        stores: StoreResourceIdentifier[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setStores"

    ResourceIdentifier of the Stores to set.