> 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/seller/products/how-to-create-revison-requests.md).

# 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
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/seller/products/how-to-create-revison-requests.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.
