> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/configured-commerce/optimizely-product-information-management-pim/users/understand-roles-and-permissions-in-optimizely-product-information-management.md).

# Optimizely 製品情報管理における役割と権限を理解する

Optimizely Product Information Management (PIM)には、アプリケーション内の特定の機能へのアクセスを管理する、対応する権限を持つ一連のロールが含まれています。 PIM にユーザーを追加するときは、適切なレベルの権限を付与する必要があります。 この表を使用して、各ロールが管理できる内容を理解します。

### 役割 <a href="#gjdgxs" id="gjdgxs"></a>

PIM には、Administrator、Manager、Merchandiserという 3 つの主な役割があります。 ManagerまたはMerchandiserの役割を持つユーザーにProduct ImporterとAsset Managerの役​​割を追加して、これらのユーザーに追加の権限を付与できます。

* **Administrator**– PIM へのフルアクセス権。
* **Manager**- 割り当てられた製品をDeleteまたは承認し、プロパティと製品テンプレートを作成または編集します。 特定のチーム メンバーが管理できる製品を決定するには、プロパティ値または製品テンプレートの割り当てが必要です。
* **Merchandiser**– 割り当てられた製品を編集します。 特定のチーム メンバーが管理できる製品を決定するには、プロパティ値または製品テンプレートの割り当てが必要です。
* **Product Importer**– 製品をImport。
* **Asset Manager**– アセットをImport、PIM のアセット セクションにアクセスします。

{% hint style="info" %}
注記\
ロールを追加する前に作成されたユーザーには、Administratorロールが割り当てられます。 アクセスを制限するには、権限を手動で変更します。
{% endhint %}

### 権限 <a href="#id-30j0zll" id="id-30j0zll"></a>

* **PIM Admin** – 設定ページの**Settings**タブと**Team Members**タブにアクセスして変更します。
* **Set Up Products** – **Data Setup**ページの**Properties**および**Product Templates**タブにアクセスして変更します。
* **Manage Categories** – カテゴリを追加、インポート、編集、削除します。
* **Create Products** – 製品を作成します。
* **Import Products** – Importsページにアクセスし、製品をインポートする機能を使用します。
* **Edit Products** - 製品を編集 (管理者ロール) または割り当て (Manager、Merchandiser) してアーカイブします。
* **Delete Products** – アーカイブされた製品を削除Delete(管理者ロール) か、割り当てる (Manager、Merchandiser)。
* **Approve Products** – ユーザーに割り当てられた製品を承認します。
* **Create Assets** – アセットを作成してインポートします。
* **Edit Assets** – アセットのメタデータを編集します。
* **Delete Assets** – アセットをDelete。

|                       | **Administrator** | **Manager** | **Merchandiser** | **Product Importer** | **Asset Manager** |
| --------------------- | ----------------- | ----------- | ---------------- | -------------------- | ----------------- |
| **PIM Admin**         | はい                | いいえ         | いいえ              | いいえ                  | いいえ               |
| **Set Up Products**   | はい                | はい          | いいえ              | いいえ                  | いいえ               |
| **Manage Categories** | はい                | はい          | はい               | いいえ                  | いいえ               |
| **Create Products**   | はい                | はい          | はい               | いいえ                  | いいえ               |
| **Import Products**   | はい                | いいえ         | いいえ              | はい                   | いいえ               |
| **Edit Products**     | はい                | はい          | はい               | いいえ                  | いいえ               |
| **Delete Products**   | はい                | はい          | いいえ              | いいえ                  | いいえ               |
| **Approve Products**  | はい                | はい          | いいえ              | いいえ                  | いいえ               |
| **Create Assets**     | はい                | いいえ         | いいえ              | いいえ                  | はい                |
| **Edit Assets**       | はい                | いいえ         | いいえ              | いいえ                  | はい                |
| **Delete Assets**     | はい                | いいえ         | いいえ              | いいえ                  | はい                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/optimizely/configured-commerce/optimizely-product-information-management-pim/users/understand-roles-and-permissions-in-optimizely-product-information-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
