Request parameters for getOrderAddress operation in OrdersApi.

OrdersApiGetOrderAddressRequest

interface OrdersApiGetOrderAddressRequest {
    orderId: string;
}

Properties

Properties

orderId: string

An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.

OrdersApiGetOrderAddress