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.

This feature was designed to help with production processes whereby order or product identifiers can be made visible on production artwork, usually in the bleed area.

[
  {
    "selector": {"name": "name-of-text-field"},
    "action": "set-text",
    "value": "{{ order.code }}"
  }
]

When fulfilling orders you have access to these liquid variables: user, project, website , order, orderline

When fulfilling production files (via the book files API or the admin) you only have access to the first three.

See video below on how to set it up:

Last updated