# 商品市场：Amazon

您如何使用 CanCan 功能来构建类似 Amazon 的市场？

要构建类似的应用程序，您需要以下功能：

* 列出用户可以购买的产品的能力
* 允许第三方商家申请在您的应用程序上列出产品
* 允许第三方商家在您的应用程序上列出并销售产品
* 从第三方商家每笔销售中抽取一定比例的能力
* 对产品/卖家/客户进行评分和/或评论的能力

## 列出用户可以购买的产品

您可以阅读以下页面上有关如何在 CanCan 渠道上列出产品的信息：

{% content-ref url="/pages/R2L9Okk6WdmfvhYz1bxe" %}
[列出产品/服务](/zhong-guo-ren/products/cancan/products-services/listing-products-services.md)
{% endcontent-ref %}

## 允许第三方商家申请在您的应用程序上列出产品

您可以设置您的 CanCan 渠道，以便能够接收来自第三方商家的合作伙伴申请。

您可以阅读以下页面上的信息了解如何操作：

{% content-ref url="/pages/vAr70TzsNIbu7zPA8w7u" %}
[合作伙伴](/zhong-guo-ren/products/cancan/partnerships.md)
{% endcontent-ref %}

## 允许第三方商家在您的应用程序上列出并销售产品

您可以阅读以下页面上有关第三方商家如何在您的应用程序上列出产品的信息：

{% content-ref url="/pages/vAr70TzsNIbu7zPA8w7u" %}
[合作伙伴](/zhong-guo-ren/products/cancan/partnerships.md)
{% endcontent-ref %}

## 从第三方商家每笔销售中抽取一定比例的能力

当第三方商家在他们的合作伙伴墙上列出产品时，他们将能够指定他们愿意为每笔销售支付给您的百分比。在下图中，用户在推荐人费用字段中输入了 10，这意味着他/她将为每笔销售支付您 10%。

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

我们还可以看到渠道允许的最低费用为 0%。您可以按照以下页面上的指南在 **Updating The Minimum Partnership Fee** 部分更改此参数。

{% content-ref url="/pages/vAr70TzsNIbu7zPA8w7u" %}
[合作伙伴](/zhong-guo-ren/products/cancan/partnerships.md)
{% endcontent-ref %}

您可以在上述页面的 **Adding Items To Your Partner Wall** 部分中了解有关在合作伙伴渠道上列出产品的更多信息。


---

# 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.payswap.org/zhong-guo-ren/use-cases/cancan/item-marketplace-amazon.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.
