Get Orders

Get all orders from FeedAMP for a seller, filtered by the provided query params

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

mp_order_numberslist of stringsOptional

Comma-delimited list of marketplace order numbers

fulfillment_statuslist of enumsOptional
Comma-delimited list of fulfillment statuses <ul> <li>UNFULFILLED returns orders that are AWAITING_SHIPMENT with no fulfillments</li> <li>PARTIALLY_FULFILLED returns orders that are AWAITING_SHIPMENT and have at least one fulfillment</li> <li>COMPLETE returns orders that have all of their fulfillments, and have been marked SHIPPED or CANCELLED</li> </ul>
Allowed values:
imported_afterdatetimeOptional

Include orders imported on or after this date (format ISO 8601 default time zone is America/New_York)

seller_updated_afterdatetimeOptional

Include orders updated by the seller on or after this date (format ISO 8601 default time zone is America/New_York)

has_errorsbooleanOptional

Include orders either with or without errors If not set, orders will be returned regardless of the presence/absence of errors

page_sizeintegerOptional10-50Defaults to 20
The number of orders per page to return
cursorstringOptional
Cursor for the next page of orders

Response

Get Orders
orderslist of objects
next_cursorstring
The cursor to get the next page of orders

Errors

400
Bad Request Error
401
Unauthorized Error