Generated after a successful Set Store update action.

interface OrderStoreSetMessagePayload {
    store?: StoreKeyReference;
    type: "OrderStoreSet";
}

Properties

Properties

Store that was set.

type: "OrderStoreSet"

Generated using TypeDoc