Representation of a location used within the inbounding experience.

Region

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

Properties

countryCode?: string

ISO 3166 standard alpha-2 country code.

Region

state?: string

State.

Region

warehouseId?: string

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

Region