# Product Privileges

## **Overview**

This feature allows administrators to set privileges for users to edit or preview only specific product collections they are assigned to. Users can have access to a specific group of products or all products, as defined at the administrative level.

## **Assumptions**

* **Product Privileges based on Collection**: Privileges are based on the products [collection ](/products/collections.md)they are assigned to.
* **Feature Availability**: This feature is not available in all price tiers.
* **Product Creator Permissions**: The product creator always has permission to access the product they created.
* **Ergonode Transfer and Product Importer**: The user who imports a product becomes the author and automatically has permission to the imported (created) product.
* **Batch Actions**: Batch actions can be triggered regardless of product privileges. The app will notify users of the details of the action if they lack certain privileges (e.g., status batch actions).
* **Users**: Product privileges are set up per User

## **Detailed Functionality**

### **Catalog Table View**

* Cells in products without edit privileges are disabled.

<figure><img src="/files/GWyF0sWNSVj0uQ7MpAq9" alt=""><figcaption><p>SKUs EU_54921_AC_36 and EU_54921_AC_37 are disabled</p></figcaption></figure>

* Products without reading privileges are hidden.

<figure><img src="/files/euxXRU67VM0qKpNkJxgx" alt=""><figcaption><p>Hidden product in Product relation attribute Manage items menu</p></figcaption></figure>

* Copying attribute values by dragging exclude cells where the user has read-only privileges.

<figure><img src="/files/QiJqOybRSTdbjEPheExd" alt=""><figcaption><p>Copying attribute values by dragging exclude cells where the user has read-only privileges</p></figcaption></figure>

### **Catalog Kanban View**

* Dragging products without edit privileges (e.g., changing status by dragging an item) is prohibited.

<figure><img src="/files/S8WZtSamyguuxTeteyVo" alt=""><figcaption><p>Product with SKU 40698 is disabled (no edit rights)</p></figcaption></figure>

### **Products with Variants**

* “Limited view” information suggests that the user may not see all added products.

<figure><img src="/files/OwKCPuH4A1lCpwqREAfT" alt=""><figcaption><p>Products with variants > Limited view information</p></figcaption></figure>

### **Grouping Products**

* “Limited view” information suggests that the user may not see all added products.

<figure><img src="/files/ygkY9mlkydAHi8tb9wAH" alt=""><figcaption><p>Grouping products > Limited view information</p></figcaption></figure>

### **Two-Way Relation**

* Users can indicate a relation only to products to which they have edit privileges.
* When the user activates the Two-way relation switch and then selects a product with Read-only access, the Two-way relation switch is automatically deselected, and a notification appears in the corner.

<figure><img src="/files/CxVQRE6BageNc8B2t9kn" alt=""><figcaption><p>Two-way relation switch is deselected and notification message show up</p></figcaption></figure>


---

# 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://usermanual.ergonode.com/system/users/product-privileges.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.
