# Technical Implementations

## Integrations

- [Introduction](https://docs.hotwax.co/technical-implementations/readme.md): Discover the power of integrations in streamlining workflows and enhancing order management efficiency.
- [Introduction](https://docs.hotwax.co/technical-implementations/oms/oms.md): Discover the importance of integrations in Order Management Systems (OMS) for enhancing efficiency.
- [Fulfilled Order Items](https://docs.hotwax.co/technical-implementations/oms/fulfilledorderitemsfeed.md): Learn how to utilize JSON feeds for retrieving fulfilled order items in OMS.
- [Returns](https://docs.hotwax.co/technical-implementations/oms/returns.md): Explore the structured process of handling returns in OMS, from creating return items to managing refunds.
- [Inventory Item Variance](https://docs.hotwax.co/technical-implementations/oms/inventoryitemvariancefeed.md): Learn about managing inventory item variances in OMS with JSON feed format.
- [Create Customer](https://docs.hotwax.co/technical-implementations/netsuite/createcustomer.md): Discover the seamless process of creating customers in NetSuite from OMS.
- [Create Orders](https://docs.hotwax.co/technical-implementations/netsuite/createdordersfeed.md): Efficiently synchronize sales orders from OMS to NetSuite with Apache NiFi integration.
- [Brokered Order Items](https://docs.hotwax.co/technical-implementations/netsuite/brokeredorderitemsfeed.md): Understand the process of brokering order items in OMS and sending them to NetSuite for fulfillment.
- [NetSuite Fulfilled Order Items](https://docs.hotwax.co/technical-implementations/netsuite/fulfilledorderitemsfeed.md): Discover how NetSuite fulfilled order items are seamlessly integrated into OMS using Apache NiFi.
- [OMS Fulfilled Order Items](https://docs.hotwax.co/technical-implementations/netsuite/omsfulfilledorderitems.md): Learn how OMS fulfilled order items are seamlessly integrated into NetSuite using Apache NiFi.
- [Customer Deposit](https://docs.hotwax.co/technical-implementations/netsuite/customerdepositfeed.md): Efficiently synchronize customer deposits from OMS to NetSuite using Apache NiFi integration.
- [POS Cash Sale Orders](https://docs.hotwax.co/technical-implementations/netsuite/poscashsalefeed.md): Efficiently synchronize in-store orders from OMS to NetSuite with Apache NiFi integration.
- [Inventory Item Variance](https://docs.hotwax.co/technical-implementations/netsuite/inventoryitemvariancefeed.md): Efficiently manage inventory variances with OMS-generated feeds synchronized to NetSuite using Apache NiFi integration.
- [Purchase Order Shipments Receipt](https://docs.hotwax.co/technical-implementations/netsuite/purchaseordersreceiptfeed.md): Streamline the receipt of purchase order shipments with OMS-generated feeds synchronized to NetSuite using Apache NiFi integration.
- [Store Fulfilled Order Items](https://docs.hotwax.co/technical-implementations/m3/storefulfilledorderitemsfeed.md): Efficiently manage store-fulfilled order items with OMS integration, generating M3-compatible feeds through Moqui and Apache NiFi.

## Reconciliation

- [Page](https://docs.hotwax.co/technical-implementations/reconciliation/page.md)

## DXP

- [Introduction](https://docs.hotwax.co/technical-implementations/dxp/readme.md): Explore our comprehensive documentation hub for JavaScript applications powered by the Digital Experience Platform (DXP).
- [App Version](https://docs.hotwax.co/technical-implementations/dxp/plugins/app-version.md): Discover the App Version info package by HotWax Commerce, designed to retrieve and display version information within your application's user interface.
- [Permissions](https://docs.hotwax.co/technical-implementations/dxp/plugins/casl-ability.md): Explore the CASL Ability package, a powerful library for managing user permissions and access control within HotWax Commerce apps.
- [Theme](https://docs.hotwax.co/technical-implementations/dxp/plugins/global-theme.md): Discover the Apps theme package by HotWax Commerce, a powerful library for deploying consistent styles across all applications.
- [CSV Parsing](https://docs.hotwax.co/technical-implementations/dxp/plugins/papa-parse.md): Explore the Papa Parse package, a versatile in-browser CSV parser used by HotWax Commerce apps to seamlessly convert CSV data into JSON and vice versa.
- [Scanner](https://docs.hotwax.co/technical-implementations/dxp/plugins/scanner.md): Discover the Vue Barcode Reader package, a versatile Vue.js component library enabling barcode and QR code scanning in HotWax Commerce apps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hotwax.co/technical-implementations/readme.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.
