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

    Interface ZoneReference

    interface ZoneReference {
        id: string;
        obj?: Zone;
        typeId: "zone";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Zone.

    obj?: Zone

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

    typeId: "zone"

    Type of referenced resource.