Skip to main content
POST
Bulk Restore Content
Use this endpoint to restore multiple archived content items in a single request. Restoring archived content makes them visible again in the content library and allows them to be added to proposals. Note: This operation is idempotent. You can safely call it on already-active products without errors, and only products that are currently archived will be updated.

Request Body

number[]
An array of variation IDs to restore. Either this or product_ids must be provided.
number[]
An array of product IDs to restore. Either this or variation_ids must be provided. This is often more convenient when you have product IDs rather than variation IDs.
Or alternatively:

Response

object
To archive content items, use the Bulk Archive Content endpoint.