# Integration Methodologies

Integrating data between NetSuite and HotWax Commerce is achieved through a well-thought-out methodology.

We have adopted batch-process integration methodology instead of using real-time based REST APIs. While REST APIs offer real-time data processing capabilities, they often introduce latency and potential data leaks in scenarios where data volumes are high. We've consciously chosen batch process based integration methodology over REST APIs for its reliability, scalability, and the assurance it offers in terms of data integrity and error handling. This approach minimizes risks associated with real-time processing, guaranteeing seamless and efficient data integration.

In this section, we'll dive into the methodologies we use to import and export data between HotWax and NetSuite.


---

# 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://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/integration-tools-and-methodologies.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.
