Inventory synchronization


This article mainly provides solutions for inventory synchronization of multiple sales channel models. The scenario is divided into: one sales point and multiple sales points according to the number of sales points.

One point of sale:

T1_5mnXg8sXXaCwpjX.png

##One Cangyi Store:

#A physical warehouse corresponds to a Taobao store.

Advantages: Simple logic, not easy to oversell

Multiple warehouses and one store:

Multiple physical warehouses correspond to one Taobao store.

Adopt the logical processing of one warehouse and one store. When placing products, try not to place the same type of products in separate warehouses

Multiple sales points:

T1hLSnXodZXXaCwpjX.png

##One warehouse, multiple stores:

Option 1: Multiple stores use the same set of inventory, that is, multiple Taobao stores display the same product quantity, and a warning value needs to be set. When the inventory quantity is lower than the warning value, the All products are removed from the shelves.

#Advantages: Unified inventory for multiple stores.

Disadvantages: When there are many stores, inventory synchronization pressure is high. Since there are many sales points to update inventory each time, the error rate increases relatively, and sales inventory cannot be maximized. .

Scheme 2 (recommended scheme): similar to one warehouse and one store, use Virtual inventory is replenished through allocation within the warehouse.

Advantages: Reduce the error rate when using API to synchronize ERP real-time inventory with Taobao.

Disadvantages: When there are few stores, management is relatively cumbersome.

Multiple warehouses and multiple stores:

To simplify the complex, we recommend the implementation method that combines the previous two scenarios.

API used

QQ截图20170214134951.png

FAQ

  • There is no FAQ about this document