Laurie Montant ceb33abfca SCPN1-9601
(cherry picked from commit 9214df8b96ef9f8864bae3d7ab49ca4fdc6f6c43)
2025-11-04 10:22:37 +01:00

968 B

HARDIS SC NETWORK Core FTLs

Overview

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

This connector does not contain any standalone executable code: it is intended to be used by HARDIS WMS 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