Skip to main content

Roll Back Content Change

POST 

/api/product-listings/:productListing/content-changes/:contentChange/rollback

Restore the catalog value that an applied change replaced. Nothing is deleted: the original entry is marked rolled_back and a new audit entry records the restore, so the history stays complete.

Only a change that actually reached the catalog can be rolled back (applied, auto-applied, or a previous rollback) — anything else returns 409. The change must belong to the listing in the path, otherwise 404. The listing's content baseline moves with the restore, so the next sync does not read the rollback as fresh drift. Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type