# Removing or Archiving Products

***

### For Vinoshipper Users

**Always archive in Vinoshipper first, then sync.**

CrushSuite syncs product status from Vinoshipper to Shopify. If you archive or delete a product directly in Shopify without updating Vinoshipper, the product will reappear on the next sync because Vinoshipper still considers it active.

#### Steps

1. **Log in to Vinoshipper** at [vinoshipper.com](https://vinoshipper.com).
2. Navigate to the product you want to remove.
3. **Change the product status to "Archived"** in Vinoshipper.
4. Open the **CrushSuite app** in your Shopify Admin.
5. Navigate to **Products** and click **Sync** to pull the updated status.
6. The product will now be **archived in Shopify**.

#### Verify

After syncing, check the product in Shopify Admin → Products. It should show as "Archived" and no longer appear on your storefront.

{% hint style="warning" %}
**Do not change product status directly in Shopify.** If you set a product to "Draft" or "Archived" in Shopify without updating Vinoshipper, the next sync will overwrite your change and the product will reappear as active. Always start in Vinoshipper.
{% endhint %}

***

### For Self-Compliance Users

Since you're managing products directly (no Vinoshipper sync), you can archive or delete products through standard Shopify workflows:

#### To Archive a Product

1. In **Shopify Admin**, go to **Products**.
2. Click on the product name.
3. Change the product status to **"Archived"**.
4. Click **Save**.

Archived products are hidden from your storefront but preserved in your catalog. You can reactivate them later.

#### To Delete a Product

1. In **Shopify Admin**, go to **Products**.
2. Click on the product name.
3. Click **Delete product** and confirm.

{% hint style="warning" %}
**Deletion is permanent.** Deleted products cannot be recovered. If you might want the product back later, archive it instead.
{% endhint %}

***

### Archive vs. Delete

| Action      | What Happens                                        | Reversible?                          |
| ----------- | --------------------------------------------------- | ------------------------------------ |
| **Archive** | Product hidden from storefront, retained in catalog | Yes — change status back to "Active" |
| **Delete**  | Product permanently removed from Shopify            | No — must recreate from scratch      |

For most situations, **archiving is safer**. You keep the product data, compliance history, and can reactivate if needed (e.g., a seasonal wine that returns next year).

***

### Removing Multiple Products

If you need to remove many products at once (e.g., discontinuing an entire line), the workflow is the same:

* **Vinoshipper users:** Archive all products in Vinoshipper first, then run a single sync in CrushSuite.
* **Self-compliance users:** Use Shopify's bulk actions to archive multiple products at once (Products → select products → More actions → Archive).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://crushsuite.gitbook.io/docs/compliance/managing-products/removing-or-archiving-products.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
