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

    Interface BusinessUnitRemoveStoreAction

    Removes a Store from the Business Unit. Newly created Carts and Orders can no longer reference the removed Store for the Business Unit. We recommend cleaning up unordered Carts that still have the Store assigned after calling this update action since those cannot be converted to Orders. Orders created before the Store was removed remain unchanged. Generates a BusinessUnitStoreRemoved Message. Only applicable when storeMode is Explicit.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeStore"

    Store to remove.