# 아이템 마켓플레이스: Amazon

아마존과 같은 마켓플레이스를 만들기 위해 CanCan 기능을 어떻게 활용할 수 있을까요?

해당 앱을 구축하기 위해 다음과 같은 기능이 필요합니다:

* 사용자가 구매할 수 있는 제품을 나열하는 기능
* 제3자 판매자가 앱에 제품을 나열할 수 있도록 신청하는 기능
* 제3자 판매자가 앱에서 제품을 나열하고 판매할 수 있는 기능
* 제3자 판매자가 한 거래마다 수익의 일정 비율을 받을 수 있는 기능
* 제품/판매자/고객에 대한 평가 및 리뷰를 작성할 수 있는 기능

## 사용자가 구매할 수 있는 제품 나열하기

CanCan 채널에서 제품을 나열하는 방법에 대해 아래 페이지에서 읽어보세요.

{% content-ref url="/pages/IVpCqDb2n6NUa3DbfHwn" %}
[제품/서비스 나열](/korean/products/cancan/products-services/listing-products-services.md)
{% endcontent-ref %}

## 제3자 판매자가 앱에 제품을 나열할 수 있도록 신청하기

CanCan 채널을 설정하여 제3자 판매자로부터 파트너쉽 신청을 받을 수 있습니다.

이에 대한 방법은 아래 페이지에서 확인할 수 있습니다:

{% content-ref url="/pages/qoPhIckN8L9WsbAgs6qJ" %}
[파트너십](/korean/products/cancan/partnerships.md)
{% endcontent-ref %}

## 제3자 판매자가 앱에서 제품을 나열하고 판매하기

제3자 판매자가 앱에 제품을 나열하는 방법에 대해 더 읽어보세요:

{% content-ref url="/pages/qoPhIckN8L9WsbAgs6qJ" %}
[파트너십](/korean/products/cancan/partnerships.md)
{% endcontent-ref %}

## 제3자 판매자가 한 거래마다 일정 비율의 수익을 가져가기

사용자가 파트너 벽에 제품을 나열할 때, 그들은 각 거래마다 당신에게 주려는 비율을 지정할 것입니다. 아래 이미지에서, 사용자는 리퍼러 수수료 필드에 10을 입력하여 각 판매마다 10%를 제공할 것입니다.

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

또한 채널에서 허용되는 최소 수수료는 0%입니다. 이 매개변수를 변경할 수 있으며, 아래 **최소 파트너쉽 수수료 업데이트** 섹션의 안내에 따를 수 있습니다.

{% content-ref url="/pages/qoPhIckN8L9WsbAgs6qJ" %}
[파트너십](/korean/products/cancan/partnerships.md)
{% endcontent-ref %}

위 페이지에서 **파트너 벽에 항목 추가하기** 섹션 아래에서 파트너의 채널에 제품을 나열하는 방법에 대해 더 읽어보세요.


---

# 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/korean/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.
