External Inventory Feed
Synchronization of external stock of products using XML feed
By using the feed, you can mass-adjust the amount of stock available from the external warehouse of already recorded products. If the same sku appears more than once in the feed, the value belonging to the last one is recorded.
Feeds are processed every day at 07:00 and 17:00 (UTC).
Send the completed feed url to [email protected].
Usable fields:
Field
Leírás
sku
Item number of the product.
stock
The quantity of available external stock of the product.
Sample feed:
<?xml version="1.0" encoding="utf-8"?>
<products>
<product>
<sku>shirt001</sku>
<stock>30</stock>
</product>
<product>
<sku>boot234</sku>
<stock>15</stock>
</product>
</products>
Last updated
Was this helpful?