Skip to Content
TransformationsTransformations

Transformations

Transformations are code blocks that modify data as it moves between Orderly and external platforms. Use them to normalize field names, enrich data, filter records, or apply business logic.

How Transformations Work

  1. Data flows through a trigger point (e.g., after order sync, before fulfillment push)
  2. The transformation code runs against each record
  3. The modified record continues through the pipeline

Use Cases

  • Normalize SKUs — Map platform-specific SKUs to your internal format
  • Enrich orders — Add warehouse assignments based on address
  • Filter records — Skip test orders or internal transactions
  • Format addresses — Standardize address formatting across platforms
  • Calculate fields — Add computed metadata (e.g., total weight)