A. Unarchiving a product via the PIM interface.
- Create an Excel file: 
- Import your file into the PIM : - click on the ‘Data flow’ button, then on ‘Start an import’ (1); 
- click on ‘Import without profile’ (2); 
- choose the language, select ‘Replace’ as the ‘Empty cell action’, then choose the ‘Object type’ and ‘Product type’ (3); 
- drag and drop your file into the ‘File source’ area, or click on the ‘Choose files’ button to add it from its location on your computer (4) and finally click on ‘Import data’ (5). 
 
- Check the status of your import in the ‘Activity reports’ (1) and once it shows “State” as ‘Success’, you will now be able to access your unarchived product from the search (2). 
B. Unarchiving a product via the PIM API:
You can use the API endpoint PUT /api/documents/{document_code}  to unarchive (activate) a product with the following body:
{
    "active": true,
}


