# Shoxl ERP Integration Guide

This document is the **Shoxl ERP Integration Guide**, a comprehensive resource for integrating Enterprise Resource Planning (ERP) systems with the Shoxl e-commerce platform. The guide includes various sections to assist users in this process:

1. [**Batch Interfaces**](https://shoxl.gitbook.io/erp-integration-guide/#batch-interfaces)
2. [**Webservice**](https://shoxl.gitbook.io/erp-integration-guide/#webservice)
3. [**ERP Cache Batch**](https://shoxl.gitbook.io/erp-integration-guide/webservice)
4. [**General Patterns**](https://shoxl.gitbook.io/erp-integration-guide/general-patterns)
5. [**Version History**](https://shoxl.gitbook.io/erp-integration-guide/version-history)

To navigate the guide on mobile, click on the "hamburger menu" in the top left corner of the page.

To return to shoxl.com, [click here](https://www.shoxl.com/nl/supporthub).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shoxl.gitbook.io/erp-integration-guide/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
