OrderLineProperty

interface OrderLineProperty { key: string; value: string; }

Source: api.ts:337

One customer-facing custom value collected on an OrderLine at checkout — a gift message, an engraving, a personalization choice.


Properties

key: string

The field's name, e.g. "engraving".

value: string

What the customer entered or chose for that field.