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

    Interface ShippingMethodSetStoresAction

    Sets the Stores the ShippingMethod is associated with. If empty, the ShippingMethod becomes a global ShippingMethod.

    interface ShippingMethodSetStoresAction {
        action: "setStores";
        stores: StoreResourceIdentifier[];
    }

    Hierarchy (View Summary)

    Index
    action: "setStores"

    ResourceIdentifiers of the Stores to set. Overrides the current list of Stores. If empty, any existing values are removed.