Request parameters for getOrders operation in OrdersV0Api.

Export

OrdersV0ApiGetOrdersRequest

interface OrdersV0ApiGetOrdersRequest {
    actualFulfillmentSupplySourceId?: string;
    amazonOrderIds?: string[];
    buyerEmail?: string;
    createdAfter?: string;
    createdBefore?: string;
    earliestDeliveryDateAfter?: string;
    earliestDeliveryDateBefore?: string;
    easyShipShipmentStatuses?: string[];
    electronicInvoiceStatuses?: string[];
    fulfillmentChannels?: string[];
    isISPU?: boolean;
    lastUpdatedAfter?: string;
    lastUpdatedBefore?: string;
    latestDeliveryDateAfter?: string;
    latestDeliveryDateBefore?: string;
    marketplaceIds: string[];
    maxResultsPerPage?: number;
    nextToken?: string;
    orderStatuses?: string[];
    paymentMethods?: string[];
    sellerOrderId?: string;
    storeChainStoreId?: string;
}

Properties

actualFulfillmentSupplySourceId?: string

Denotes the recommended sourceId where the order should be fulfilled from.

Memberof

OrdersV0ApiGetOrders

amazonOrderIds?: string[]

A list of AmazonOrderId values. An AmazonOrderId is an Amazon-defined order identifier, in 3-7-7 format.

Memberof

OrdersV0ApiGetOrders

buyerEmail?: string

The email address of a buyer. Used to select orders that contain the specified email address.

Memberof

OrdersV0ApiGetOrders

createdAfter?: string

A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format. Note: Either the `CreatedAfter` parameter or the `LastUpdatedAfter` parameter is required. You could specify `CreatedBefore` but not provide `LastUpdatedAfter` or `LastUpdatedBefore` when `CreatedAfter` is specified.

Memberof

OrdersV0ApiGetOrders

createdBefore?: string

A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format. Note: `CreatedBefore` is optional when `CreatedAfter` is specified. But if specified, `CreatedBefore` should be equal to or after the `CreatedAfter` date and at least 2 minutes before the current time.

Memberof

OrdersV0ApiGetOrders

earliestDeliveryDateAfter?: string

A date used for selecting orders with a earliest delivery date after (or at) a specified time. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.

Memberof

OrdersV0ApiGetOrders

earliestDeliveryDateBefore?: string

A date used for selecting orders with a earliest delivery date before (or at) a specified time. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.

Memberof

OrdersV0ApiGetOrders

easyShipShipmentStatuses?: string[]

A list of `EasyShipShipmentStatus` values. Used to select Easy Ship orders with statuses that match the specified values. If `EasyShipShipmentStatus` is specified, only Amazon Easy Ship orders are returned. Possible values: - `PendingSchedule` (The package is awaiting the schedule for pick-up.) - `PendingPickUp` (Amazon has not yet picked up the package from the seller.) - `PendingDropOff` (The seller will deliver the package to the carrier.) - `LabelCanceled` (The seller canceled the pickup.) - `PickedUp` (Amazon has picked up the package from the seller.) - `DroppedOff` (The package is delivered to the carrier by the seller.) - `AtOriginFC` (The packaged is at the origin fulfillment center.) - `AtDestinationFC` (The package is at the destination fulfillment center.) - `Delivered` (The package has been delivered.) - `RejectedByBuyer` (The package has been rejected by the buyer.) - `Undeliverable` (The package cannot be delivered.) - `ReturningToSeller` (The package was not delivered and is being returned to the seller.) - `ReturnedToSeller` (The package was not delivered and was returned to the seller.) - `Lost` (The package is lost.) - `OutForDelivery` (The package is out for delivery.) - `Damaged` (The package was damaged by the carrier.)

Memberof

OrdersV0ApiGetOrders

electronicInvoiceStatuses?: string[]

A list of `ElectronicInvoiceStatus` values. Used to select orders with electronic invoice statuses that match the specified values. Possible values: - `NotRequired` (Electronic invoice submission is not required for this order.) - `NotFound` (The electronic invoice was not submitted for this order.) - `Processing` (The electronic invoice is being processed for this order.) - `Errored` (The last submitted electronic invoice was rejected for this order.) - `Accepted` (The last submitted electronic invoice was submitted and accepted.)

Memberof

OrdersV0ApiGetOrders

fulfillmentChannels?: string[]

A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. Possible values: `AFN` (Fulfillment by Amazon); `MFN` (Fulfilled by the seller).

Memberof

OrdersV0ApiGetOrders

isISPU?: boolean

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

Memberof

OrdersV0ApiGetOrders

lastUpdatedAfter?: string

A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format. Note: `LastUpdatedBefore` is optional when `LastUpdatedAfter` is specified. But if specified, `LastUpdatedBefore` should be equal to or after the `LastUpdatedAfter` date and at least 2 minutes before current time.

Memberof

OrdersV0ApiGetOrders

lastUpdatedBefore?: string

A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format. Note: LastUpdatedBefore is optional when LastUpdatedAfter is set. But if specified, LastUpdatedBefore should be equal to or after the LastUpdatedAfter date and at least 2 minutes before current time.

Memberof

OrdersV0ApiGetOrders

latestDeliveryDateAfter?: string

A date used for selecting orders with a latest delivery date after (or at) a specified time. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.

Memberof

OrdersV0ApiGetOrders

latestDeliveryDateBefore?: string

A date used for selecting orders with a latest delivery date before (or at) a specified time. The date must be in <a href=&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.

Memberof

OrdersV0ApiGetOrders

marketplaceIds: string[]

A list of `MarketplaceId` values. Used to select orders that were placed in the specified marketplaces. Refer to Marketplace IDs for a complete list of `MarketplaceId` values.

Memberof

OrdersV0ApiGetOrders

maxResultsPerPage?: number

A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.

Memberof

OrdersV0ApiGetOrders

nextToken?: string

A string token returned in the response of your previous request.

Memberof

OrdersV0ApiGetOrders

orderStatuses?: string[]

A list of `OrderStatus` values used to filter the results. Possible values: - `PendingAvailability` (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - `Pending` (The order has been placed but payment has not been authorized.) - `Unshipped` (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - `PartiallyShipped` (One or more, but not all, items in the order have been shipped.) - `Shipped` (All items in the order have been shipped.) - `InvoiceUnconfirmed` (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - `Canceled` (The order has been canceled.) - `Unfulfillable` (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)

Memberof

OrdersV0ApiGetOrders

paymentMethods?: string[]

A list of payment method values. Used to select orders paid using the specified payment methods. Possible values: `COD` (Cash on delivery); `CVS` (Convenience store payment); `Other` (Any payment method other than `COD` or `CVS`).

Memberof

OrdersV0ApiGetOrders

sellerOrderId?: string

An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If SellerOrderId is specified, then FulfillmentChannels, OrderStatuses, PaymentMethod, LastUpdatedAfter, LastUpdatedBefore, and BuyerEmail cannot be specified.

Memberof

OrdersV0ApiGetOrders

storeChainStoreId?: string

The store chain store identifier. Linked to a specific store in a store chain.

Memberof

OrdersV0ApiGetOrders