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

    Interface ZoneDraft

    interface ZoneDraft {
        description?: string;
        key?: string;
        locations?: Location[];
        name: string;
    }
    Index

    Properties

    description?: string

    Description of the Zone.

    key?: string

    User-defined unique identifier for the Zone.

    locations?: Location[]

    List of locations that belong to the Zone.

    name: string

    Name of the Zone.