> 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/alarbyh/use-cases/cancan/item-marketplace-amazon.md).

# سوق العناصر: Amazon

كيف يمكنك استخدام ميزات CanCan لبناء سوق تجاري مثل Amazon؟

لبناء تطبيق مثل ذلك، ستحتاج إلى الميزات التالية:

* القدرة على عرض منتجات يمكن للمستخدمين شراؤها.
* القدرة على قبول التجار الخارجيين لعرض منتجاتهم على تطبيقك.
* القدرة على السماح للتجار الخارجيين بعرض وبيع المنتجات على تطبيقك.
* القدرة على احتساب نسبة مئوية من كل عملية بيع يقوم بها التجار الخارجيون.
* القدرة على تقييم و/أو مراجعة المنتجات/البائعين/العملاء.

## عرض منتجات يمكن للمستخدمين شراؤها

يمكنك قراءة كيفية عرض المنتجات على قناتك CanCan في الصفحة أدناه:

[منتجات وخدمات/عرض المنتجات والخدمات.md](/alarbyh/products/cancan/products-services/listing-products-services.md)

## قبول التجار الخارجيين لعرض منتجاتهم على تطبيقك

يمكنك إعداد قناتك CanCan بحيث يمكنك استقبال طلبات شراكة من التجار الخارجيين.

يمكنك قراءة المزيد حول كيفية القيام بذلك على الصفحة أدناه:

[الشراكات.md](/alarbyh/products/cancan/partnerships.md)

## السماح للتجار الخارجيين بعرض وبيع المنتجات على تطبيقك

يمكنك قراءة المزيد حول كيفية قام التجار الخارجيون بعرض المنتجات على تطبيقك على الصفحة أدناه:

[الشراكات.md](/alarbyh/products/cancan/partnerships.md)

## احتساب نسبة مئوية من كل عملية بيع تقوم بها الأطراف الثالثة

عند عرض منتجاتهم على جدران شراكتهم، سيحدد المستخدمون النسبة التي يرغبون في منحها لك عن كل عملية بيع يقومون بها. في الصورة أدناه، قام المستخدم بإدخال الرقم 10 في حقل رسوم المحول، مما يعني أنه سيمنحك 10% من كل عملية بيع.

يمكننا أيضًا رؤية أن الرسوم الدنيا المسموح بها من قبل القناة هي 0%. يمكنك تغيير هذه المعلمة عن طريق اتباع الدليل على الصفحة أدناه تحت قسم **تحديث الحد الأدنى لرسوم الشراكة**.

[الشراكات.md](/alarbyh/products/cancan/partnerships.md)

يمكنك قراءة المزيد حول عرض المنتجات على جدران الشركاء على الصفحة أعلاه تحت قسم **إضافة عناصر إلى جدار شريكك**.


---

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