References a shipping method by key.

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

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "shipping-method"

The type of the referenced resource.