Francis Reat 4f7255d9e8 nouvelle marque
(cherry picked from commit eafbf7a6e32423b13609e55e72592fbaabf092f3)
2025-10-21 16:13:46 +02:00

964 B

Hardis SC NETWORK Core FTLs

Overview

The Reflex WMS Connector is a set of FreeMarker templates (FTL) designed to transform outgoing JSON flows from Reflex WMS into flows compatible with Hardis SC NETWORK.

This connector does not contain any standalone executable code: it is intended to be used by Reflex integration engines or data exchange pipelines, where it applies the mapping rules defined in the .ftl files.

Role of the FTL Files

  • Each .ftl file corresponds to a flow type (order, stock, receipt, shipment, etc.).
  • These templates use the FreeMarker syntax to:
    • Extract the required fields from the WMS source flow.
    • Apply transformation rules (mapping, conversions, enrichments).
    • Generate a final structured JSON for Hardis SC NETWORK.

Useful Resources