> For the complete documentation index, see [llms.txt](https://pichain-global.gitbook.io/pichainmall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pichain-global.gitbook.io/pichainmall/faq/sellers.md).

# Sellers

1. **Do I have to deposit before I become a seller?**

Sellers are not required to deposit in this early stage of pilot barter.

2. **Can a merchant go back to PCM and review his price after it has been published?**

Yes, you can. However, you need to wait for the products review again.

3. **I cannot see my products on PCM after publication, why?**

If you publish a product and you do not see it. This maybe a situation that your product is either not allowed on our e-commerce platform or the product description does not suit the required ones and also title mismatches. Contact your PCM country Representative during publication for guidance.

4. **What if a seller ships out products, but buyers do not confirm they receive the order?**

There is a 14 days count down time for auto-receipt once seller click the ship out products. If buyer do not confirm to receive the order, the order will auto-confirmed.

<br>

\ <br>


---

# 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://pichain-global.gitbook.io/pichainmall/faq/sellers.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.
