[ADD] amazon_connector: features page

This commit is contained in:
Jonathan Castillo 2020-07-24 17:09:26 +02:00 committed by Antoine Vandevenne (anv)
parent a029ba588b
commit b4fb6c6ead
5 changed files with 74 additions and 3 deletions

View File

@ -5,6 +5,7 @@ Amazon Connector
.. toctree:: .. toctree::
:titlesonly: :titlesonly:
amazon_connector/features
amazon_connector/setup amazon_connector/setup
amazon_connector/manage amazon_connector/manage
amazon_connector/update amazon_connector/update

View File

@ -0,0 +1,57 @@
====================================
Amazon Connector: supported features
====================================
The **Amazon Connector** synchronizes the orders between Amazon and your Odoo database, which
reduces considerably the amount of time spent on your Amazon Seller Central dashboard, making your
daily routine a lot easier.
The connector is able to:
- Synchronize (Amazon to Odoo) all confirmed orders (both FBA and FBM) and their order items which
include:
- the products name, description and quantity
- the shipping costs for the product
- the gift wrapping charges
- Create on Odoo any missing partner related to an order (contact types supported: contact and
delivery).
- Notify Amazon of a shipping confirmed on Odoo (FBM) in order to get paid.
- Notify Amazon of an order manually canceled on Odoo.
.. todo:: remove in forward-port as of 13.1
- Support multiple seller accounts.
- Support multiple marketplaces per seller account.
+----------------------+----------------------------+-------------------------------------+
| | Fulfilled By Amazon (FBA) | Fulfilled By Merchant (FBM) |
+======================+============================+=====================================+
| **Orders** | Synchronize shipped and | Synchronize unshipped and canceled |
| | canceled orders | orders |
+----------------------+----------------------------+-------------------------------------+
| **Shipping** | - Charges | - Charges |
| | | - Delivery created |
+----------------------+----------------------------+-------------------------------------+
| **Gift Wrapping** | Handled by Amazon | - Gift wrapping charges |
| | | - Gift message |
+----------------------+----------------------------+-------------------------------------+
| **Stock Management** | One stock move created | Handled by the delivery |
| | per sales order item | |
+----------------------+----------------------------+-------------------------------------+
| **Confirmation** | Handled by Amazon | Notify Amazon when confirming |
| | | delivery |
+----------------------+----------------------------+-------------------------------------+
| **Cancellation** | Notify Amazon on manually | Notify Amazon on manually |
| | canceled sales orders | canceled sales orders |
+----------------------+----------------------------+-------------------------------------+
.. note::
The connector is designed to synchronize orders' data as detailed above. Other actions, such as
downloading monthly fees report, handling disputes, or issuing refunds must be managed from
Amazon Seller Central, as usual.
.. seealso::
- :doc:`setup`
- :doc:`manage`

View File

@ -100,4 +100,8 @@ reporting for the sales of this account.
remove the marketplace you wish to track separately from the list of synchronized marketplaces. remove the marketplace you wish to track separately from the list of synchronized marketplaces.
Then, create another registration for this account and remove all marketplaces, except the one to Then, create another registration for this account and remove all marketplaces, except the one to
isolate from the others. Finally, assign another sales team to one of the two registrations of isolate from the others. Finally, assign another sales team to one of the two registrations of
your account. your account.
.. seealso::
- :doc:`features`
- :doc:`setup`

View File

@ -155,4 +155,8 @@ open the account on which you wish to use the new marketplace, go to the **Marke
on **Update available marketplaces** (an animation should confirm the success of the operation). You can then on **Update available marketplaces** (an animation should confirm the success of the operation). You can then
edit the Amazon Account to add the new marketplace in the list of synchronized marketplaces - if the new edit the Amazon Account to add the new marketplace in the list of synchronized marketplaces - if the new
marketplace is not available in the list, it means it is either incompatible with the account's region or marketplace is not available in the list, it means it is either incompatible with the account's region or
simply that it is not supported by the Amazon Connector. simply that it is not supported by the Amazon Connector.
.. seealso::
- :doc:`features`
- :doc:`manage`

View File

@ -67,4 +67,9 @@ page.
Once the module is installed, you will need to generate an Authorization Token in Amazon Once the module is installed, you will need to generate an Authorization Token in Amazon
Seller Central and set it up on your Amazon Account in Odoo; this process is detailed Seller Central and set it up on your Amazon Account in Odoo; this process is detailed
in the :doc:`setup <setup>` page. in the :doc:`setup <setup>` page.
.. seealso::
- :doc:`features`
- :doc:`setup`
- :doc:`manage`