# How to Create Revison Requests?

A **Revision Request** allows sellers to request changes to an existing product listing. These requests are sent to the **Marketplace Owner (MPO)** for approval.

### <mark style="color:red;">**Step 1: Log in to Seller Center**</mark>

* Navigate to the Seller Center platform.
* Enter your login credentials and sign in.

### <mark style="color:red;">**Step 2: Access the Marketplace Catalog**</mark>

* From the left-hand navigation menu, click:\
  **Marketplace Catalog > Search**

<figure><img src="/files/jUOqCaNPqDc6JDeNLSfc" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Step 3: Open Product Detail Page**</mark>

* Search for the product you want to revise using the product name, SKU, or base code.
* Click on the product from the results to open its **Product Detail** page.

<figure><img src="/files/Wlbj1oubqLyuunnW8zRO" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Step 4: Start the Revision Process**</mark>

* On the Product Detail page, locate the product table.
* Under the **Select Action** dropdown, choose:\
  **Product Revision > Apply**

<figure><img src="/files/KVFdt3qyutokPD3f9ub9" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Step 5: Fill Out the Revision Request Form & Submit for Approval**</mark>

* Enter all required fields for the change request.
* Be clear and specific about the changes you’re requesting.
* Once the form is complete, click the **Send for Approval** button.
* A confirmation message will appear, indicating that your request was successfully submitted.

<figure><img src="/files/uQMHu4kHQPKiWRnWNFc3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/n2CgLoEr170iW33TYiFv" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Step 6: Track Your Revision Request**</mark>

* To view the status of your revision:

  * Go to the **Revision Requests** page from the navigation menu.
  * Track the current status (e.g., Pending, Approved, Rejected).

  <figure><img src="/files/QFMdBuEF64RqTbiiPzMm" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Only one revision request** can be active per product at a time. You cannot submit a new revision request until the current one is **approved or rejected** by the MPO.
{% endhint %}


---

# 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://docs.akinon.com/tutorials/seller-center/seller/products/how-to-create-revison-requests.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.
