Removes the association to a Store from the Customer. If no more Stores are assigned, the Customer becomes a global Customer.

interface CustomerRemoveStoreAction {
    action: "removeStore";
    store: StoreResourceIdentifier;
}

Properties

Properties

action: "removeStore"

ResourceIdentifier of the Store to remove.

Generated using TypeDoc