@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api The Selling Partner API for Orders
@base https://sellingpartnerapi-na.amazon.com
@version 2026-01-01
@endpoints 2
@toc orders(2)

@endpoint GET /orders/2026-01-01/orders
@optional {createdAfter: any, createdBefore: any, lastUpdatedAfter: any, lastUpdatedBefore: any, fulfillmentStatuses: any, marketplaceIds: any, fulfilledBy: any, maxResultsPerPage: any, paginationToken: any, includedData: any}
@returns(200)
@errors {400, 403, 404, 413, 415, 429, 500, 503}

@endpoint GET /orders/2026-01-01/orders/{orderId}
@required {orderId: any}
@optional {includedData: any}
@returns(200)
@errors {400, 403, 404, 413, 415, 429, 500, 503}

@end
