Skip to content

Stock Levels

The solution will export stock levels from Sage and use them to update stock levels in Magento.

Requirements & Assumptions/Assertions

  • The solution will take stock levels from the warehouse named with the SageWarehouseName setting and update the stock levels of a single Magento source
  • It is assumed that stock levels are managed in Sage - the solution will overwrite the values in Magento with those from Sage
  • Although Skus in both Magento and Sage can use upper and lowercase letters, they will be matched in uppercase
  • The solution will update the 'Quantity' in Magento with the 'In Stock' in Sage. These fields do not take into account allocated stock

Zynk Process

  • Export modified products in from Sage
  • Convert the data into the Magento source item format
  • Upload the updates into Magento

Field Mappings

Magento Field Sage Field Notes
SKU Product Code
Quantity In Stock
Source code - Set using the SourceCode setting