> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/use-cases/cancan/item-marketplace-amazon.md).

# アイテムマーケットプレイス: Amazon

Amazonのようなマーケットプレイスを構築するために、CanCanの機能をどのように使用するか？

そのようなアプリを構築するには、以下の機能が必要です：

* ユーザーが購入できる商品をリストする機能
* サードパーティの出品者がアプリに商品をリストするために申請できる機能
* サードパーティの出品者がアプリで商品をリストし、販売できる機能
* サードパーティの出品者が行うすべての販売から一定の割合を差し引く機能
* 商品/販売者/顧客を評価および/またはレビューする機能

## ユーザーが購入できる商品をリストする

以下のページで、CanCanチャンネルで商品をリストする方法について詳しく読むことができます

{% content-ref url="/pages/DZ3zrRYB6StXDSo2mgGl" %}
[製品/サービスのリスト](/ri-ben-yu/products/cancan/products-services/listing-products-services.md)
{% endcontent-ref %}

## サードパーティの出品者がアプリに商品をリストするために申請できる

CanCanチャンネルを設定して、サードパーティの出品者から提携申請を受け取ることができるようにします。

以下のページで、これを行う方法について詳しく読むことができます：

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

## サードパーティの出品者がアプリに商品をリストし、販売できる

以下のページで、サードパーティの出品者がアプリに商品をリストする方法についてもっと詳しく読むことができます：

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

## サードパーティが行うすべての販売から一定の割合を差し引く

ユーザーは、パートナーウォールに自分の商品をリストする際に、各販売からあなたに支払う割合を指定します。以下の画像では、ユーザーがリファラー手数料フィールドに10と入力しており、それは各販売に対して10％をあなたに支払うことを意味しています。

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

また、チャンネルで許可されている最小手数料が0％であることもわかります。これを変更するには、以下のガイドの**最小パートナーシップ手数料の更新**セクションに従ってください

{% content-ref url="/pages/EAUhSJDo4ggNsgVhlIex" %}
[パートナーシップ](/ri-ben-yu/products/cancan/partnerships.md)
{% endcontent-ref %}

パートナーのチャンネルに商品をリストする方法について詳しくは、上記のページの**パートナーウォールにアイテムを追加する**セクションを参照してください


---

# 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.payswap.org/ri-ben-yu/use-cases/cancan/item-marketplace-amazon.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.
