Restore a soft-deleted product
Restores a previously soft-deleted product, setting its status back to active. All
associated variants, vendor mappings, and pricing tiers are also restored. If the product
was never deleted, the call returns a 422 with code: already_active.
Requires products:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Response
Restored product
Arcus ERP product (physical/kit/box/service/variant_parent).

