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

    Interface ShippingMethodAddStoreAction

    Associates the ShippingMethod with a Store.

    interface ShippingMethodAddStoreAction {
        action: "addStore";
        store: StoreResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index
    action: "addStore"

    ResourceIdentifier of the Store to add.