Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.62 KB

Build Status Coverage Status

Amdeb Amazon Integration

This project is under heavy development and is not stable for production use. Contributions are very welcome.

This is an Odoo module that integrates Odoo with Amazon Marketplace Web Service (MWS). It plans to implement the following functions:

  • Product Synchronization
    • Upload newly created product data
    • Upload product data update: price, quantity, images, and inventory.
    • Upload product deletion
  • Order Synchronization
    • Download newly created order data
    • Download order update (order cancellation)
    • Download order return request
    • Upload order confirmation
    • Upload order shipment and tracking number
    • Upload order cancellation
    • Upload return order refund

All synchronization supports two modes: an automatic mode and a manual mode. In automatic mode, all synchronizations (including both upload and download) are executed by background processes at the specific interval. In manual mode, an Odoo user can request a synchronization at any time. It can specify the range of synchronization or a full catalog synchronization. Following are several manual synchronization examples:

  • Upload all product data to Amazon
  • Download last two month's order data
  • Upload this month's shipping data

Authorized Odoo users should be able to check the synchronization logs and should be notified when there is any error.