Skip to main content

List Pre-Start-Date eBay Orders

GET 

/api/ebay/:integrationInstance/pre-start-date-orders

Query eBay live for orders created before the account inventory start date, within a creation-date window. Returns lightweight order data with per-order eligibility flags so eligible orders can be selected for import. An inventory start date must be configured before using this endpoint.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Query parameters:

  • created_at_min (date, required): Start of the creation-date window. Must be before the inventory start date.
  • created_at_max (date, optional): End of the window. Must be before the inventory start date; defaults to the day before the inventory start date.
  • fulfillment_status (string, optional): One of NOT_STARTED, IN_PROGRESS, FULFILLED, any.

Up to 2000 orders are scanned per query.

Request

Responses

OK

Response Headers
    Content-Type