Keycode

Keycode variables are available through the order. items.keycodes array.

You should use the snippet.keycode_html filter to render the keycode instead of interacting directly with this object.

{% for key in item.keycodes %}
  {% include snippet.keycode_html %}
{% endfor %}

keycode

Raw keycode. Actual format varies based on the type of keycode delivered.

requires_download

True if this keycode is designed to be delivered as a file instead on-screen.

type

Type of keycode. url, file, string currently supported.