References a shipping method by key.

interface ShippingMethodKeyReference {
    key: string;
    typeId: "shipping-method";
}

Properties

Properties

key: string
typeId: "shipping-method"