> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/seller-center/how-to-manage-locked-fields-in-seller-center.md).

# How to Manage Locked Fields in Seller Center?

The Locked Fields page allows Marketplace Operators (MPOs) to control which product fields and attributes sellers cannot modify. Locks are managed per seller, so each seller can have a different lock configuration independently.

**On this page, Marketplace Operators can:**

* Select a seller to view and manage their lock configuration.
* Lock or unlock product fields — prevent sellers from changing the product name or image via revision.
* Lock or unlock attributes — control attribute-level locks per attribute set.
* Temporarily disable all locks — suspend a lock configuration without deleting it using the Is Active toggle.
* Configure lock failure behavior — define what happens when a seller attempts to modify a locked field.

### <mark style="color:red;">1. Accessing the Locked Fields Page</mark>

1. Log in to Seller Center as a Marketplace Operator.
2. In the left sidebar, go to **Settings**.
3. Click **Locked Fields**.

You will see a **Select Seller** dropdown. The rest of the page loads after a seller is selected.

![](/files/eqW5JpKsTzgUfCXmRcqG)

### <mark style="color:red;">2. Selecting a Seller</mark>

1. Click the **Select Seller** dropdown.
2. Choose the seller whose lock configuration you want to view or edit.

Once a seller is selected, the page expands to show three sections:

* **Left panel** — Seller selection and the Is Active toggle.
* **Right panel** — Locked Product Fields with Name and Image checkboxes.
* **Locked Attributes table** — Lists all attribute sets and their attributes with lock status.

![](/files/NnLGSKd3cRCh5A79vpwv)

{% hint style="info" %}
If no lock configuration exists yet for the selected seller, all fields and attributes will appear unlocked. A new configuration will be created automatically when you save for the first time.
{% endhint %}

### <mark style="color:red;">3. Locking or Unlocking Product Fields</mark>

The Locked Product Fields panel on the right side of the page shows two options: Name and Image.

1. Select a seller from the dropdown (see Step 2).
2. In the Locked Product Fields panel, check the box next to Name, Image, or both to lock them.
3. Uncheck a box to remove the lock.
4. Save your changes by clicking the **Save** button in the bottom-right corner of the page.

<img src="/files/tICJlka6YIGlningLdsh" alt="" height="229" width="524">

When a product field is locked, sellers cannot update that field via a revision request.

{% hint style="warning" %}
Only Name and Image can be locked as product fields.
{% endhint %}

### <mark style="color:red;">4. Locking or Unlocking Attributes</mark>

The Locked Attributes table lists all attribute sets for the selected seller. Each attribute set can be expanded to show its individual attributes along with their lock status.

#### Reading the Table

| **Column** | **Description**                                                                               |
| ---------- | --------------------------------------------------------------------------------------------- |
| Name       | The attribute name.                                                                           |
| Key        | The attribute key used to identify it in the system.                                          |
| Locked     | <p>The lock icon showing the current state.<br>Red lock = locked. Grey lock = not locked.</p> |

#### Expanding an Attribute Set

1. Click the **expand icon** next to an attribute set name to see its attributes.
2. Each row represents a single attribute within that set.

![](/files/NTM7P7IFjSx2NTIYHAFb)

#### Changing the Lock Status of an Attribute

1. Find the attribute you want to lock or unlock in the table.
2. Click its lock icon to toggle the state.
3. Save your changes by clicking the **Save** button in the bottom-right corner of the page.

![](/files/rxHs7lb3NIbWQkAdIIpX)

* **Red lock** — the attribute is locked. Sellers cannot modify it via revision.
* **Grey lock** — the attribute is not locked. Sellers can freely edit it.

{% hint style="info" %}
Attribute locks are attribute set–specific. The same attribute can be locked in one attribute set and remain unlocked in another for the same seller.
{% endhint %}

### <mark style="color:red;">5. Temporarily Disabling All Locks</mark>

The Is Active toggle in the left panel controls whether the lock configuration is currently enforced for the selected seller.

* **ON (green)** — All configured locks are active and enforced.
* **OFF** — The lock configuration is saved but not applied. Sellers can freely edit all locked fields and attributes.

<img src="/files/hWSgIoNGB0wy6znxW4he" alt="" height="327" width="624">

**To temporarily disable locks:**

1. Select the seller from the dropdown.
2. Click the **Is Active** toggle to turn it off.
3. Save your changes by clicking the **Save** button in the bottom-right corner of the page.

To re-enable the locks, turn the toggle back on and save.

{% hint style="info" %}
Turning off Is Active does not delete the lock configuration. All your locked fields and attributes are preserved and will be enforced again as soon as you re-enable the toggle.
{% endhint %}

### <mark style="color:red;">6. Configuring Lock Fail Silently Behavior</mark>

Lock Fail Silently is a system-wide setting that determines what happens when a seller attempts to modify a locked field through a revision request.

To access this setting:

1. In the left sidebar, go to **Settings**.
2. Click **Dynamic Settings**.
3. Find and click **LOCK\_FAIL\_SILENTLY**.

**Lock Fail Silently Options**

| **Value**                 | **Behavior**                                                                                                                    |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| True (default, toggle ON) | The locked field change is silently dropped. The revision flow continues without an error — the locked field is simply ignored. |
| False (toggle OFF)        | The system raises a LockedFieldsViolation error (HTTP 400) and the revision is rejected.                                        |

**To change the setting:**

1. Click the **Value** toggle to switch between True and False.
2. Click **Save**.

![](/files/Y5M7Mjp8h6mEYEdqA3KB)

{% hint style="info" %}
True is the recommended setting for most cases. It provides a smoother experience for sellers — their revision is not rejected outright, only the locked field is excluded from the update. Set it to False if you want sellers to be explicitly notified when they attempt to change a locked field.
{% endhint %}


---

# 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://docs.akinon.com/tutorials/seller-center/how-to-manage-locked-fields-in-seller-center.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.
