@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerRemoveStoreAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeStore"

    ResourceIdentifier of the Store to remove.