Export Inventory
JSON-REST endpoint for exporting item inventory by webshop channel and item number.
Purpose
This endpoint returns inventory data for one item, including optional variant information.
Endpoint
- Method:
GET - URL pattern:
http://<server>:<odata-port>/<service-tier>/api/BEterna/Export/v2.0/companies(<company-system-id>)/inventories?$filter=webshopChannelCode eq '<webshop-channel-code>' and itemNo eq '<item-no>'&$expand=itemVariants
Required Parameters
webshopChannelCodein filteritemNoin filter
Key Response Fields
- Header:
systemId,webshopChannelCode,itemNo - Variants:
code,inventory
Result
- The webshop receives current inventory levels per item and variant.