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

    Interface Zone

    interface Zone {
        createdAt: string;
        createdBy?: CreatedBy;
        description?: string;
        id: string;
        key?: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        locations: Location[];
        name: string;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date and time (UTC) the Zone was initially created.

    createdBy?: CreatedBy

    IDs and references that created the Zone.

    description?: string

    Description of the Zone.

    id: string

    Unique identifier of the Zone.

    key?: string

    User-defined unique identifier of the Zone.

    lastModifiedAt: string

    Date and time (UTC) the Zone was last updated.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the Zone.

    locations: Location[]

    List of locations that belong to the Zone.

    name: string

    Name of the Zone.

    version: number

    Current version of the Zone.