Bulk Restore Content
Content
Bulk Restore Content
Restore multiple archived content items at once.
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.
Or alternatively:
To archive content items, use the Bulk Archive Content endpoint.
Request Body
An array of variation IDs to restore. Either this or product_ids must be provided.
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.