[IMP] sales: amazon connector features doc for 16

closes odoo/documentation#6265

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
KC (ksc) 2023-11-01 12:17:34 -07:00
parent cce392c303
commit a61189725a

View File

@ -1,63 +1,79 @@
========================= =========================
Amazon Connector Features Amazon Connector features
========================= =========================
The **Amazon Connector** synchronizes the orders between Amazon and your Odoo database, which The *Amazon Connector* synchronizes orders between Amazon and Odoo, which considerably reduces the
reduces considerably the amount of time spent on your Amazon Seller Central dashboard, making your amount of time spent manually entering Amazon orders (from the Amazon Seller account) into Odoo. It
daily routine a lot easier. also allows users to accurately keep track of Amazon sales in Odoo.
Supported Features Supported features
================== ==================
The connector is able to: The Amazon Connector is able to:
- Synchronize (Amazon to Odoo) all confirmed orders (both FBA and FBM) and their order items which - Synchronize (Amazon to Odoo) all confirmed orders (both FBA and FBM), and their order items, which
include: include:
- the products name, description and quantity - product name, description, and quantity
- the shipping costs for the product - shipping costs for the product
- the gift wrapping charges - gift wrapping charges
- Create on Odoo any missing partner related to an order (contact types supported: contact and - Create any missing partner related to an order in Odoo (contact types supported: contact and
delivery). delivery address).
- Notify Amazon of a shipping confirmed on Odoo (FBM) in order to get paid.
- Notify Amazon of confirmed shipment in Odoo (FBM) to get paid.
- Support multiple seller accounts. - Support multiple seller accounts.
- Support multiple marketplaces per seller account. - Support multiple marketplaces per seller account.
+----------------------+----------------------------+-------------------------------------+ The following table lists capabilities provided by Odoo when using the Amazon Connector:
+---------------------------+----------------------------+-------------------------------------+
| | Fulfilled By Amazon (FBA) | Fulfilled By Merchant (FBM) | | | Fulfilled By Amazon (FBA) | Fulfilled By Merchant (FBM) |
+======================+============================+=====================================+ +===========================+============================+=====================================+
| **Orders** | Synchronize shipped and | Synchronize unshipped and canceled | | **Orders** | Synchronize shipped and | Synchronize unshipped and canceled |
| | canceled orders | orders | | | canceled orders. | orders. |
+----------------------+----------------------------+-------------------------------------+ +---------------------------+----------------------------+-------------------------------------+
| **Shipping** | - Charges | - Charges | | **Shipping** | Shipping cost is computed | Shipping cost is computed by Amazon |
| | | - Delivery created | | | by Amazon, and included in | and included in the synchronized |
+----------------------+----------------------------+-------------------------------------+ | | the synchronized order. | orders. |
| **Gift Wrapping** | Handled by Amazon | - Gift wrapping charges | | +----------------------------+-------------------------------------+
| | | - Gift message | | | Shipping done by Amazon. | A delivery order is automatically |
+----------------------+----------------------------+-------------------------------------+ | | | created in Odoo for each new order. |
| **Stock Management** | One stock move created | Handled by the delivery | | | | Once it has been processed in Odoo, |
| | per sales order item | | | | | the status is then synchronized in |
+----------------------+----------------------------+-------------------------------------+ | | | Amazon. |
| **Confirmation** | Handled by Amazon | Notify Amazon when confirming | +---------------------------+----------------------------+-------------------------------------+
| | | delivery | | **Gift Wrapping** | Handled by Amazon. | Cost is computed by Amazon, and |
+----------------------+----------------------------+-------------------------------------+ | | | included in the synchronized order. |
| | | Gift message is added on a line of |
| | | the order and on the delivery order.|
| | | Then it is up to the user. |
+---------------------------+----------------------------+-------------------------------------+
| **Stock Management** | Managed by Amazon, and | Managed in Odoo Inventory app, and |
| | synchronized with a virtual| synchronized with Amazon. |
| | location to follow it in | |
| | Odoo. | |
+---------------------------+----------------------------+-------------------------------------+
| **Delivery Notifications**| Handled by Amazon. | Send by Amazon, based on delivery |
| | | status synchronized from Odoo. |
+---------------------------+----------------------------+-------------------------------------+
.. note:: .. note::
The connector is designed to synchronize orders' data as detailed above. Other actions, such as The Amazon Connector is designed to synchronize the data of sales orders. Other actions, such as
downloading monthly fees reports, handling disputes, or issuing refunds must be managed from downloading monthly fees reports, handling disputes, or issuing refunds, **must** be managed from
Amazon Seller Central, as usual. the *Amazon Seller Central*, as usual.
.. _amazon/supported-marketplaces: .. _amazon/supported-marketplaces:
Supported Marketplaces Supported marketplaces
====================== ======================
The Amazon Connector supports all the current marketplaces. The Amazon Connector supports all the current marketplaces.
If a marketplace is not listed in your Amazon marketplaces, you can :ref:`add a new marketplace
<amazon/add-new-marketplace>`.
If a marketplace is not listed in your Amazon marketplaces, it's possible to :ref:`add a new
marketplace <amazon/add-new-marketplace>`.
.. seealso:: .. seealso::
- :doc:`setup` - :doc:`setup`