Sets the Stores of the Business Unit. Can only be set if the Business Unit storeMode is Explicit. Carts and Orders created after the Set Stores update must use the new Stores of the Business Unit and, if set, their Product Selections, and Channels. Orders created before the Set Stores update action remain unchanged. Setting the Stores on a Business Unit generates a BusinessUnitStoresSet Message.

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

Properties

Properties

action: "setStores"

Stores to set. Overrides the current list of Stores.

Generated using TypeDoc