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

    Interface ShippingMethodRemoveStoreAction

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

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

    Hierarchy (View Summary)

    Index
    action: "removeStore"

    ResourceIdentifier of the Store to remove.