Selling Partner API SDK for JavaScript
    Preparing search index...

    Specific details to identify a place.

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

    Properties

    AddressLine1: string

    The street address information.

    AddressLine2?: string

    Additional street address information, if required.

    City: string

    The city.

    CountryCode: string

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

    DistrictOrCounty?: string

    The district or county.

    Name: string

    Name of the individual or business.

    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.

    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.