Order information.

Order

interface Order {
    AmazonOrderId: string;
    AutomatedShippingSettings?: AutomatedShippingSettings;
    BuyerInfo?: BuyerInfo;
    BuyerInvoicePreference?: OrderBuyerInvoicePreferenceEnum;
    BuyerTaxInformation?: BuyerTaxInformation;
    CbaDisplayableShippingLabel?: string;
    DefaultShipFromLocationAddress?: Address;
    EarliestDeliveryDate?: string;
    EarliestShipDate?: string;
    EasyShipShipmentStatus?: EasyShipShipmentStatus;
    ElectronicInvoiceStatus?: ElectronicInvoiceStatus;
    FulfillmentChannel?: OrderFulfillmentChannelEnum;
    FulfillmentInstruction?: FulfillmentInstruction;
    HasRegulatedItems?: boolean;
    IsAccessPointOrder?: boolean;
    IsBusinessOrder?: boolean;
    IsEstimatedShipDateSet?: boolean;
    IsGlobalExpressEnabled?: boolean;
    IsIBA?: boolean;
    IsISPU?: boolean;
    IsPremiumOrder?: boolean;
    IsPrime?: boolean;
    IsReplacementOrder?: boolean;
    IsSoldByAB?: boolean;
    LastUpdateDate: string;
    LatestDeliveryDate?: string;
    LatestShipDate?: string;
    MarketplaceId?: string;
    MarketplaceTaxInfo?: MarketplaceTaxInfo;
    NumberOfItemsShipped?: number;
    NumberOfItemsUnshipped?: number;
    OrderChannel?: string;
    OrderStatus: OrderOrderStatusEnum;
    OrderTotal?: Money;
    OrderType?: OrderOrderTypeEnum;
    PaymentExecutionDetail?: PaymentExecutionDetailItem[];
    PaymentMethod?: OrderPaymentMethodEnum;
    PaymentMethodDetails?: string[];
    PromiseResponseDueDate?: string;
    PurchaseDate: string;
    ReplacedOrderId?: string;
    SalesChannel?: string;
    SellerDisplayName?: string;
    SellerOrderId?: string;
    ShipmentServiceLevelCategory?: string;
    ShippingAddress?: Address;
    ShipServiceLevel?: string;
}

Properties

AmazonOrderId: string

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

Order

AutomatedShippingSettings?: AutomatedShippingSettings

Order

BuyerInfo?: BuyerInfo

Order

BuyerInvoicePreference?: OrderBuyerInvoicePreferenceEnum

The buyer's invoicing preference. Sellers can use this data to issue electronic invoices for orders in Turkey. Note: This attribute is only available in the Turkey marketplace.

Order

BuyerTaxInformation?: BuyerTaxInformation

Order

CbaDisplayableShippingLabel?: string

Custom ship label for Checkout by Amazon (CBA).

Order

DefaultShipFromLocationAddress?: Address

Order

EarliestDeliveryDate?: string

The start of the time period within which you have committed to fulfill the order. In ISO 8601 date time format. Only returned for seller-fulfilled orders.

Order

EarliestShipDate?: string

The start of the time period within which you have committed to ship the order. In ISO 8601 date time format. Only returned for seller-fulfilled orders. Note: EarliestShipDate might not be returned for orders placed before February 1, 2013.

Order

EasyShipShipmentStatus?: EasyShipShipmentStatus

Order

ElectronicInvoiceStatus?: ElectronicInvoiceStatus

Order

FulfillmentChannel?: OrderFulfillmentChannelEnum

Whether the order was fulfilled by Amazon (AFN) or by the seller (MFN).

Order

FulfillmentInstruction?: FulfillmentInstruction

Order

HasRegulatedItems?: boolean

Whether the order contains regulated items which may require additional approval steps before being fulfilled.

Order

IsAccessPointOrder?: boolean

When true, this order is marked to be delivered to an Access Point. The access location is chosen by the customer. Access Points include Amazon Hub Lockers, Amazon Hub Counters, and pickup points operated by carriers.

Order

IsBusinessOrder?: boolean

When true, the order is an Amazon Business order. An Amazon Business order is an order where the buyer is a Verified Business Buyer.

Order

IsEstimatedShipDateSet?: boolean

When true, the estimated ship date is set for the order. Only returned for Sourcing on Demand orders.

Order

IsGlobalExpressEnabled?: boolean

When true, the order is a GlobalExpress order.

Order

IsIBA?: boolean

When true, the item within this order was bought and re-sold by Amazon Business EU SARL (ABEU). By buying and instantly re-selling your items, ABEU becomes the seller of record, making your inventory available for sale to customers who would not otherwise purchase from a third-party seller.

Order

IsISPU?: boolean

When true, this order is marked to be picked up from a store rather than delivered.

Order

IsPremiumOrder?: boolean

When true, the order has a Premium Shipping Service Level Agreement. For more information about Premium Shipping orders, refer to "Premium Shipping Options" in the Seller Central Help for your marketplace.

Order

IsPrime?: boolean

When true, the order is a seller-fulfilled Amazon Prime order.

Order

IsReplacementOrder?: boolean

When true, this is a replacement order.

Order

IsSoldByAB?: boolean

When true, the item within this order was bought and re-sold by Amazon Business EU SARL (ABEU). By buying and instantly re-selling your items, ABEU becomes the seller of record, making your inventory available for sale to customers who would not otherwise purchase from a third-party seller.

Order

LastUpdateDate: string

The date when the order was last updated. Note: LastUpdateDate is returned with an incorrect date for orders that were last updated before 2009-04-01.

Order

LatestDeliveryDate?: string

The end of the time period within which you have committed to fulfill the order. In ISO 8601 date time format. Only returned for seller-fulfilled orders that do not have a PendingAvailability, Pending, or Canceled status.

Order

LatestShipDate?: string

The end of the time period within which you have committed to ship the order. In ISO 8601 date time format. Only returned for seller-fulfilled orders. Note: LatestShipDate might not be returned for orders placed before February 1, 2013.

Order

MarketplaceId?: string

The identifier for the marketplace where the order was placed.

Order

MarketplaceTaxInfo?: MarketplaceTaxInfo

Order

NumberOfItemsShipped?: number

The number of items shipped.

Order

NumberOfItemsUnshipped?: number

The number of items unshipped.

Order

OrderChannel?: string

The order channel for the first item in the order.

Order

The current order status.

Order

OrderTotal?: Money

Order

OrderType?: OrderOrderTypeEnum

The order's type.

Order

PaymentExecutionDetail?: PaymentExecutionDetailItem[]

A list of payment execution detail items.

Order

PaymentMethod?: OrderPaymentMethodEnum

The payment method for the order. This property is limited to COD and CVS payment methods. Unless you need the specific COD payment information provided by the PaymentExecutionDetailItem object, we recommend using the PaymentMethodDetails property to get payment method information.

Order

PaymentMethodDetails?: string[]

A list of payment method detail items.

Order

PromiseResponseDueDate?: string

Indicates the date by which the seller must respond to the buyer with an estimated ship date. Only returned for Sourcing on Demand orders.

Order

PurchaseDate: string

The date when the order was created.

Order

ReplacedOrderId?: string

The order ID value for the order that is being replaced. Returned only if IsReplacementOrder = true.

Order

SalesChannel?: string

The sales channel for the first item in the order.

Order

SellerDisplayName?: string

The seller’s friendly name registered in the marketplace where the sale took place. Sellers can use this data to issue electronic invoices for orders in Brazil. Note: This attribute is only available in the Brazil marketplace for the orders with Pending or Unshipped status.

Order

SellerOrderId?: string

A seller-defined order identifier.

Order

ShipmentServiceLevelCategory?: string

The shipment service level category for the order. Possible values: Expedited, FreeEconomy, NextDay, Priority, SameDay, SecondDay, Scheduled, and Standard.

Order

ShippingAddress?: Address

Order

ShipServiceLevel?: string

The order's shipment service level.

Order