Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerStoresSetMessagePayload

    Generated after a successful Set Stores update action.

    interface CustomerStoresSetMessagePayload {
        oldStores: StoreKeyReference[];
        stores: StoreKeyReference[];
        type: "CustomerStoresSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    oldStores: StoreKeyReference[]

    The Stores the Customer was associated with before the Set Stores update action.

    The Stores the Customer is associated with after the Set Stores update action.

    type: "CustomerStoresSet"