|
1 | 1 | ---
|
2 |
| -title: Amazon Sales Channel reference app overview |
3 |
| -description: |
| 2 | +title: Amazon Sales Channel on App Builder overview |
| 3 | +description: Learn how you can use Amazon Sales Channel on App Builder as a reference app to build your own Adobe Commerce apps. |
4 | 4 | ---
|
5 | 5 |
|
6 |
| -# Amazon Sales Channel reference app overview |
| 6 | +# Amazon Sales Channel on App Builder overview |
| 7 | + |
| 8 | +Amazon Sales Channel on App Builder is a flagship reference app developed by Adobe Commerce to accelerate merchant and partner adoption of out-of-process extensibility. This app showcases how Adobe Developer App Builder can create integrations and extensions without modifying the core Commerce application. Amazon Sales Channel on App Builder focuses on demonstrating how to develop key capabilities and extensibility use cases with App Builder. Partners and developers can leverage the application code, best practice guides, and documentation to confidently create their own next-generation extensions and integrations. |
| 9 | + |
| 10 | +The application presents many common use cases for extending Adobe Commerce, including: |
| 11 | + |
| 12 | +* Integration with a 3rd-party system |
| 13 | +* Product catalog synchronization |
| 14 | +* UI extensibility |
| 15 | + |
| 16 | +Amazon Sales Channel on App Builder is based on an existing PHP extension (Amazon Sales Channel) that was internally developed by Adobe Commerce. This specific integration was chosen because of the breadth of the use cases required, the existing familiarity with connecting to Amazon, and the ability to directly compare how capabilities are implemented between the two free, publicly accessible applications. |
| 17 | + |
| 18 | +<InlineAlert variant="warning" slots="text" /> |
| 19 | + |
| 20 | +This app is not intended or supported for production use. While the provided capabilities are robust, they are only to be used as a reference to build your own applications. Merchants looking to connect and synchronize their Amazon store with Commerce should use the existing [Amazon Sales Channel PHP extension](https://marketplace.magento.com/magento-module-amazon.html), which can be acquired through Commerce Marketplace, or implement another integration. |
| 21 | + |
| 22 | +## Supported functionality |
| 23 | + |
| 24 | +Amazon Sales Channel on App Builder connects Adobe Commerce and Amazon to unify and synchronize your selling platforms. This type of integration allows merchants to manage their product and order data from a single, up-to-date experience. The sample app functionality represents only a subset of the original PHP extension's capabilities. We chose this subset of functionality based on the value provided to partners and developers looking to understand and use our next generation extensibility. The central goal of this reference app is build confidence in the App Builder framework and deliver reusable, Commerce-specific patterns for accelerating implementations. |
| 25 | + |
| 26 | +## Merchant documentation |
| 27 | + |
| 28 | +You can use the [existing user guide](https://experienceleague.adobe.com/docs/commerce-channels/amazon/guide-overview.html) as a reference for the app behaviors. Note that Amazon Sales Channel on App Builder does not feature order management, listing and pricing rules, and several other capabilities of the PHP application. |
| 29 | + |
| 30 | +In general, the sample app looks and feels like the PHP extension. However, some capabilities and behaviors are not exactly the same. Partners and developers should view Amazon Sales Channel on App Builder as a learning tool to enable building high-quality, out-of-process app with confidence. |
0 commit comments