Skip to main content

Refresh Single Product

POST 

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

Synchronous single-product resync. Looks up the product in Magento by its SKU, upserts the local row, and returns the refreshed Magento2ProductResource so the frontend can swap the row in place. No tracked_job_log_id is returned (unlike the bulk Refresh Products endpoint).

No request body.

Error responses:

  • 404 — product does not exist OR belongs to a different instance.
  • 422 — local product row has no SKU (cannot resolve it against Magento).
  • 502 (or the upstream status, when 4xx) — the Magento API call failed.

Request

Responses

OK

Response Headers
    Content-Type