Magento V2 & Sage 200 solution
This solution enables you to import customers, products, orders and from Magento into Sage, despatch Sage orders one they've been shipped in Magento and update Magento with Sage stock levels.
sequenceDiagram
Magento ->> Zynk: Export 'Processing' Orders
Zynk ->> Sage: Import Customers
Zynk ->> Sage: Import Products
Zynk ->> Sage: Import Orders
Zynk ->> Magento: Update Orders
Magento ->> Zynk: Export 'Complete' Orders
Zynk ->> Sage: Despatch Orders
Sage ->> Zynk: Export Stock Levels
Zynk ->> Magento: Import Stock Levels
Settings
Setting Name | Default | Description |
---|---|---|
StoreViewCode | default | |
SourceCode | default | |
PaymentMethodGBP | The Sage Payment Method to use for GBP payments | |
PaymentMethodEUR | The Sage Payment Method to use for EUR payments | |
PaymentMethodUSD | The Sage Payment Method to use for USD payments | |
WebSalesAccountOnly | False | If False, Zynk will match/create customers based on their email. If True Zynk will use the order currency to match to the Web Sales Accounts below |
WebSalesAccountGBP | WEBGBP | Sage account for GBP orders when WebSalesAccountOnly is set to TRUE |
WebSalesAccountEUR | WEBEUR | Sage account for EUR orders when WebSalesAccountOnly is set to TRUE |
WebSalesAccountUSD | WEBUSD | Sage account for USD orders when WebSalesAccountOnly is set to TRUE |
OrderNominalCode | When set, all orders will be placed against this nominal | |
CarriageSku | SHIPPING | The sku to use for shipping lines in Sage |
CarriageNominalCode | When set, carriage will placed aginst this nominal |
Requirements and Assumptions
- It is assumed that the standard Magento order statuses are used
- The solution will only process orders from a single store in Magento
- The solution will only update the stock levels from a single Sage warehouse to a single Magento source. It is assumed that this source is is linked to the Magento store that the orders are being exported from.
Connecting to Sage 200
Please see our article for guidance on creating a Sage 200 connection.