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[];
}

Properties

Properties

action: "setStores"

ResourceIdentifier of the Stores to set.

Generated using TypeDoc