interface ShippingMethodReference {
    id: string;
    obj?: ShippingMethod;
    typeId: "shipping-method";
}

Properties

Properties

id: string

Unique identifier of the referenced ShippingMethod.

Contains the representation of the expanded ShippingMethod. Only present in responses to requests with Reference Expansion for ShippingMethods.

typeId: "shipping-method"

Generated using TypeDoc