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

    Interface ShippingMethodReference

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

    Hierarchy (View Summary)

    Index

    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"

    Type of referenced resource.