OrderField

An OrderField represents a value for an AccountOrderField, such as a PO number or cost center. You may define AccountOrderFields, also known as custom order fields, for your Liftoff account. Customers are then prompted to enter values for these fields during the checkout process. Alternatively, admin users may specify values for these fields via My Liftoff.

NameTypeDescription
IdintThe ID of the order field.
OrderIdintThe ID of the order that the order field belongs to.
Order (via $expand)OrderThe order that the order field belongs to.
AccountOrderFieldIdintThe ID of the account's order field that the value belongs to.
AccountOrderField (via $expand)AccountOrderFieldThe account's order field that the value belongs to.
NamestringThe name of the order field.
ValuestringThe value of the order field.