Method: POST
To access, use the API access key and Entity ID outside the payload part of the JSON.
access_key (required)
Generate an API Access key at System > Users. Be sure the user has enough rights to place an order.
entity_id (required)
After creating an entity, the Entity ID is visible at System > Settings.
Field definition: Version 5.0.0
Method: POST
purge_mode (required):
0: direct, after each call the batch with stock updates are removed
1: deferred, batch will be removed after calling endpoint: api/v1/product/updated-sku-list-finish
format (default: csvh):
csv: without headers
csvh: with headers
Field Headers:
sku
qty_available (this will replace the fieldname qty)
qty_inventory (all inventory)
qty_supply (all purchase and production orders with state processing)
eta (eta of first available product form supply orders)
Field Delimiter: ,
Field Enclosure Character: "
size (default 100, max 10000)
amount of entries in csv list returned by call