If you are running the On-Premises version of Microsoft Dynamics 365 Business Central, you can install the Commerce 365 for Magento extensions using Windows PowerShell and the app runtime package provided by your implementation partner. You can also download the latest version of the on-prem software by going to our public Github repositories.
https://github.com/NVision-Commerce-Solutions/Commerce365.Core.Public
https://github.com/NVision-Commerce-Solutions/Commerce365.B2B.Public
Publish-NAVApp -Path "X:\apps\Commerce 365 for Magento_18.2.10279.0.app" -ServerInstance BCX Sync-NAVApp -Name "Commerce 365 for Magento" -ServerInstance BCX Install-NAVApp -Name "Commerce 365 for Magento" -ServerInstance BCX Publish-NAVApp -Path "X:\apps\Commerce 365 for Magento - B2B_18.2.10279.0.app" -ServerInstance BCX Sync-NAVApp -Name "Commerce 365 for Magento - B2B Module" -ServerInstance BCX Install-NAVApp -Name "Commerce 365 for Magento - B2B Module" -ServerInstance BCX