Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Representation of a location used within the inbounding experience.

    interface Region {
        countryCode?: string;
        state?: string;
        warehouseId?: string;
    }
    Index
    countryCode?: string

    ISO 3166 standard alpha-2 country code.

    state?: string

    State.

    warehouseId?: string

    An identifier for a warehouse, such as a FC, IXD, upstream storage.