Skip to main content

Start Tracked eBay Order Refresh

POST 

/api/ebay/:integrationInstance/orders/refresh-tracked

Start a tracked background refresh of orders from eBay. Returns a tracked_job_log_id whose progress can be polled while the refresh runs.

Authorization

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

Body fields (all optional):

  • mode (string): One of latest, from_start_date, date_range, all. Defaults to latest (fetch orders updated since the last sync). from_start_date fetches all orders created since the integration start date; date_range fetches orders created between date_from and date_to; all fetches everything.
  • date_from (date): Start of the creation-date window. Required in practice when mode is date_range.
  • date_to (date): End of the creation-date window (inclusive; extends to end of day).

Request

Responses

OK

Response Headers
    Content-Type