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

    The shipping address details of the shipment.

    interface Address {
        AddressLine1?: string;
        AddressLine2?: string;
        AddressLine3?: string;
        AddressType?: AddressTypeEnum;
        City?: string;
        CountryCode?: string;
        County?: string;
        District?: string;
        Name?: string;
        Phone?: string;
        PostalCode?: string;
        StateOrRegion?: string;
    }
    Index

    Properties

    AddressLine1?: string

    The street address.

    AddressLine2?: string

    Additional street address information, if required.

    AddressLine3?: string

    Additional street address information, if required.

    AddressType?: AddressTypeEnum
    City?: string

    The city.

    CountryCode?: string

    The country code.

    County?: string

    The county.

    District?: string

    The district.

    Name?: string

    The name.

    Phone?: string

    The phone number.

    PostalCode?: string

    The postal code.

    StateOrRegion?: string

    The state or region.