Add Order Codes to Production Files
Using a feature called 'Fulfilment Transformations' it's possible to add virtually any dynamic field from an order to a production file.
Fulfillment Transformations are available on both the Template and on the Design level.
[
{
"selector": {"name": "name-of-text-field"},
"action": "set-text",
"value": "{{ order.code }}"
}
]
Last updated