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

    The shipping address for the order.

    interface OrderAddress {
        AmazonOrderId: string;
        BuyerCompanyName?: string;
        DeliveryPreferences?: DeliveryPreferences;
        ShippingAddress?: Address;
    }
    Index

    Properties

    AmazonOrderId: string

    An Amazon-defined order identifier, in 3-7-7 format.

    BuyerCompanyName?: string

    The company name of the contact buyer. For IBA orders, the buyer company must be Amazon entities.

    DeliveryPreferences?: DeliveryPreferences
    ShippingAddress?: Address