searchOrdersget https://sellingpartnerapi-na.amazon.com/orders/2026-01-01/ordersReturns orders that are created or updated during the time period that you specify. You can filter the response for specific types of orders.Query ParamscreatedAfterdate-timeThe response includes orders created at or after this time. The date must be in ISO 8601 format. Note: You must provide exactly one of createdAfter and lastUpdatedAfter in your request. If createdAfter is provided, neither lastUpdatedAfter nor lastUpdatedBefore may be provided.createdBeforedate-timeThe response includes orders created at or before this time. The date must be in ISO 8601 format. Note: If you include createdAfter in the request, createdBefore is optional, and if provided must be equal to or after the createdAfter date and at least two minutes before the time of the request. If createdBefore is provided, neither lastUpdatedAfter nor lastUpdatedBefore may be provided.lastUpdatedAfterdate-timeThe response includes orders updated at or after this time. An update is defined as any change made by Amazon or by the seller, including an update to the order status. The date must be in ISO 8601 format. Note: You must provide exactly one of createdAfter and lastUpdatedAfter. If lastUpdatedAfter is provided, neither createdAfter nor createdBefore may be provided.lastUpdatedBeforedate-timeThe response includes orders updated at or before this time. An update is defined as any change made by Amazon or by the seller, including an update to the order status. The date must be in ISO 8601 format. Note: If you include lastUpdatedAfter in the request, lastUpdatedBefore is optional, and if provided must be equal to or after the lastUpdatedAfter date and at least two minutes before the time of the request. If lastUpdatedBefore is provided, neither createdAfter nor createdBefore may be provided.fulfillmentStatusesarray of stringsA list of FulfillmentStatus values you can use to filter the results.Show DetailsPENDING_AVAILABILITYThis 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. The order is not ready for shipment.PENDINGThe order has been placed but is not ready for shipment. For standard orders, the initial order status is `PENDING`. For pre-orders, the initial order status is `PENDING_AVAILABILITY`, and the order passes into the `PENDING` status when payment authorization begins.UNSHIPPEDThe order is ready for shipment, but no items in the order have been shipped.PARTIALLY_SHIPPEDAt least one, but not all, items in the order have been shipped.SHIPPEDAll items have been shipped to the customer.CANCELLEDThe order has been canceled and will not be fulfilled.UNFULFILLABLEThe order cannot be fulfilled. This state only applies to Amazon-fulfilled orders that were not placed on Amazon's retail web site.fulfillmentStatusesADD stringmarketplaceIdsarray of stringslength ≤ 50The response includes orders that were placed in marketplaces you include in this list. Refer to Marketplace IDs for a complete list of marketplaceId values.marketplaceIdsADD stringfulfilledByarray of stringsThe response includes orders that are fulfilled by the parties that you include in this list.Show DetailsMERCHANTFulfilled by the merchantAMAZONFulfilled by AmazonfulfilledByADD stringmaxResultsPerPageintegerThe maximum number of orders that can be returned per page. The value must be between 1 and 100. Default: 100.paginationTokenstringPagination occurs when a request produces a response that exceeds the maxResultsPerPage. This means that the response is divided into individual pages. To retrieve the next page, you must pass the nextToken value as the paginationToken query parameter in the next request. You will not receive a nextToken value on the last page.includedDataarray of stringsA list of datasets to include in the response.Show DetailsBUYERInformation about the buyer who purchased the order.RECIPIENTInformation about the recipient to whom the order is delivered.PROCEEDSThe revenue and financial breakdown for the order and order items.EXPENSEThe cost information about the order and order items.PROMOTIONThe discount and promotional offer details applied to the order and order items.CANCELLATIONCancellation information applied to the order and order items.FULFILLMENTInformation about how the order and order items are processed and shipped.PACKAGESInformation about shipping packages and tracking.includedDataADD stringResponses 200Success. 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 2 months ago