Skip to main content

Refresh Products

POST 

/api/magento2/integration-instances/:magento2IntegrationInstance/products/refresh

Dispatch the tracked job that refreshes Magento 2 products. Returns the tracked_job_log_id so the frontend can pivot the global JobProgressTray to it. Job name prefix is Refresh Magento 2 Products: — the page's lastCompletedJob watcher matches on this prefix.

Body params (all optional):

  • mode — one of since_latest (default), full_catalog, from_start_date, date_range. Drives the cursor the job resolves.
  • updated_at — ISO datetime string used when mode=since_latest to override the auto-detected high-water mark.
  • date_from / date_to — ISO datetime strings used when mode=from_start_date (uses date_from only) or mode=date_range (uses both).

Request

Responses

OK

Response Headers
    Content-Type