Skip to content

yanggg1133/amdeb-amazon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

1 需要先安装模块 amdeb-integrator

2 需要安装Python模块 boto

pip install boto

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%