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.
Name | Type | Description |
---|---|---|
Id | int | The ID of the order field. |
OrderId | int | The ID of the order that the order field belongs to. |
Order (via $expand) | Order | The order that the order field belongs to. |
AccountOrderFieldId | int | The ID of the account's order field that the value belongs to. |
AccountOrderField (via $expand) | AccountOrderField | The account's order field that the value belongs to. |
Name | string | The name of the order field. |
Value | string | The value of the order field. |