Specific details to identify a place.

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.

Address

AddressLine2?: string

Additional street address information, if required.

Address

City: string

The city.

Address

CountryCode: string

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

Address

DistrictOrCounty?: string

The district or county.

Address

Name: string

Name of the individual or business.

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.

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.

Address