Skip to content

Commit 41dede9

Browse files
[IMP] sale_amazon: sell FBA and FBM at the same time
Previously, Odoo limited offers of the same product to be sold in either FBM or FBA. This limitation was caused by a lack of information on the Odoo side that distinguished fulfillment channels on a per-product basis, which did not permit the creation of multiple offers with different channels. With odoo/enterprise#78293, the fulfillmment channel of an offer is tracked with each new orders coming in. This allows a product to be sold in both FBA and FBM at the same time. task-4092410 Co-authored-by: StraubCreative <zst@odoo.com>
1 parent e5f3959 commit 41dede9

File tree

1 file changed

+5
-9
lines changed
  • content/applications/sales/sales/amazon_connector

1 file changed

+5
-9
lines changed

content/applications/sales/sales/amazon_connector/manage.rst

+5-9
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ synchronized order, a sales order and customer are created in Odoo (if the custo
1717
registered in the database).
1818

1919
.. important::
20-
The stock synchronization does **not** currently support selling the same product as :abbr:`FBM
21-
(Fulfilled By Merchant)` *and* :abbr:`FBA (Fulfilled By Amazon)`.
20+
Before switching an Amazon listing from :abbr:`FBM (Fulfilled By Merchant)` to :abbr:`FBA
21+
(Fulfilled By Amazon)`, it's important to first clear out the existing FBM inventory. This is
22+
crucial to avoid future FBM orders from being generated by Amazon.
2223

23-
At times, when stock is sent for all products, it triggers a stock problem with Amazon, where
24-
Amazon incorrectly thinks the :abbr:`FBM (Fulfilled By Merchant)` product has some quantity in
25-
:abbr:`FBM (Fulfilled By Merchant)`.
26-
27-
As a result, Amazon then sells it as :abbr:`FBM (Fulfilled By Merchant)`, instead of taking from
28-
their own warehouse. Odoo developers are currently working on resolving this issue to avoid
29-
future discrepancies.
24+
If this step is skipped, Odoo will automatically reset the FBM stock once it syncs the first FBA
25+
order, but this won't stop Amazon from creating an FBM order in the meantime.
3026

3127
.. note::
3228
When an order is cancelled in Amazon, and was already synchronized in Odoo, the corresponding

0 commit comments

Comments
 (0)