From b4fb6c6eadd3409d7e727956ab4a8b5046f75097 Mon Sep 17 00:00:00 2001 From: Jonathan Castillo Date: Fri, 24 Jul 2020 17:09:26 +0200 Subject: [PATCH] [ADD] amazon_connector: features page --- sales/amazon_connector.rst | 1 + sales/amazon_connector/features.rst | 57 +++++++++++++++++++++++++++++ sales/amazon_connector/manage.rst | 6 ++- sales/amazon_connector/setup.rst | 6 ++- sales/amazon_connector/update.rst | 7 +++- 5 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 sales/amazon_connector/features.rst diff --git a/sales/amazon_connector.rst b/sales/amazon_connector.rst index 5d336aeb3..b21207325 100644 --- a/sales/amazon_connector.rst +++ b/sales/amazon_connector.rst @@ -5,6 +5,7 @@ Amazon Connector .. toctree:: :titlesonly: + amazon_connector/features amazon_connector/setup amazon_connector/manage amazon_connector/update \ No newline at end of file diff --git a/sales/amazon_connector/features.rst b/sales/amazon_connector/features.rst new file mode 100644 index 000000000..cdb053187 --- /dev/null +++ b/sales/amazon_connector/features.rst @@ -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 product’s 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` diff --git a/sales/amazon_connector/manage.rst b/sales/amazon_connector/manage.rst index c740c8267..5444aa74e 100644 --- a/sales/amazon_connector/manage.rst +++ b/sales/amazon_connector/manage.rst @@ -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. 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 - your account. \ No newline at end of file + your account. + +.. seealso:: + - :doc:`features` + - :doc:`setup` diff --git a/sales/amazon_connector/setup.rst b/sales/amazon_connector/setup.rst index cc3458f2b..3e1e3b52a 100644 --- a/sales/amazon_connector/setup.rst +++ b/sales/amazon_connector/setup.rst @@ -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 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 -simply that it is not supported by the Amazon Connector. \ No newline at end of file +simply that it is not supported by the Amazon Connector. + +.. seealso:: + - :doc:`features` + - :doc:`manage` diff --git a/sales/amazon_connector/update.rst b/sales/amazon_connector/update.rst index 66e6007fd..af31aa576 100644 --- a/sales/amazon_connector/update.rst +++ b/sales/amazon_connector/update.rst @@ -67,4 +67,9 @@ page. 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 -in the :doc:`setup ` page. \ No newline at end of file +in the :doc:`setup ` page. + +.. seealso:: + - :doc:`features` + - :doc:`setup` + - :doc:`manage` \ No newline at end of file