Specific details to identify a place.

Export

Address

interface Address {
    AddressLine1: string;
    AddressLine2?: string;
    City: string;
    CountryCode: string;
    DistrictOrCounty?: string;
    Name: string;
    PostalCode: string;
    StateOrProvinceCode: string;
}

Properties

AddressLine1: string

The street address information.

Memberof

Address

AddressLine2?: string

Additional street address information, if required.

Memberof

Address

City: string

The city.

Memberof

Address

CountryCode: string

The country code in two-character ISO 3166-1 alpha-2 format.

Memberof

Address

DistrictOrCounty?: string

The district or county.

Memberof

Address

Name: string

Name of the individual or business.

Memberof

Address

PostalCode: string

The postal code. If postal codes are used in your marketplace, we recommended that you include one with your request. This helps Amazon select the most appropriate Amazon fulfillment center for the inbound shipment plan.

Memberof

Address

StateOrProvinceCode: string

The state or province code. If state or province codes are used in your marketplace, it is recommended that you include one with your request. This helps Amazon to select the most appropriate Amazon fulfillment center for your inbound shipment plan.

Memberof

Address