The shipping address for the order.

OrderAddress

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

Properties

AmazonOrderId: string

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

OrderAddress

BuyerCompanyName?: string

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

OrderAddress

DeliveryPreferences?: DeliveryPreferences

OrderAddress

ShippingAddress?: Address

OrderAddress