LogoLogo
Go to shoxl.comSupportHubContact support
2025.3
2025.3
  • Shoxl ERP Integration Guide
  • Introduction
  • Batch Interfaces
    • Customer Import
    • Gross Prices Import
    • Price Lists
    • Customer-specific Prices
    • Article Import
    • Related Article Import
    • Package Units Import
    • Order Export
    • Authorisation Import
    • User favorites
    • Profile Restricted Products
    • User Restricted products
    • Product Delivery scheme import
  • Webservice
    • GetProductInformation (SOAP)
    • GetProductInformations (REST)
    • PlaceOrder
    • GetOrderHistory
    • GetOrderHistoryDetail
    • GetReturnOrders (REST)
    • GetReturnOrderDetail (REST)
    • GetInvoiceHistory
    • GetInvoice
    • CalculateOrder
    • GetCustomerProducts
    • MatchCustomerProducts
  • ERP Cache Batch
    • Customers
    • Price Lists
    • Customer-specific Prices
    • Customer Products
    • Order history
    • Invoice history
    • Outstanding Item
    • Stock
    • Exchange Rate
    • Order Documents
    • Cleanup
    • Assembled Product
    • ItemCharge
    • Articles
  • General Patterns
    • Import file naming
    • Import file zipped XML
    • About Package Units, Price Unit and Accumulative Discounts
  • Version History
Powered by GitBook
On this page

Was this helpful?

ERP Cache Batch

The ERP Cache is a solution for situations where a direct real-time interface with the ERP system is not possible. The ERP Cache is implemented as an intermediate database that is filled by importers that process batch XML files. It contains a set of tables that enables the shop to operate on for the retrieval of customer specific prices, stock information and order history.

In the ERP Cache it is possible to store price lists and to relate customers to a price list. For customers with price agreements it is possible to import customer specific prices that supersede the list price.

The ERP Cache supports prices in multiple currencies. The prices are stored in the database in a base currency and converted by the exchange rates as provided by the ERP system.

The prices in the price lists are exported in a base currency.

The ERP Cache batch interfaces contain the following formats:

  • Customer

  • Price Lists

  • Customer-specific Prices

  • Order history

  • Invoice history

  • Stock

  • Exchange Rate

  • Order documents

  • Cleanup

Was this helpful?