An AccountProductVariantField represents a custom product field that is available to your Liftoff account.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the account's product variant field. |
| AccountId | int | The ID of the Liftoff account that the field belongs to. (Note: This account ID will always correspond to the account code you use in your authentication credentials.) |
| Account (via $expand) | Account | The Liftoff account that the field belongs to. |
| Code | string | The system code for the field. |
| Name | string | The display name of the field. |
| HelpText | string | The help text that is displayed in My Liftoff for the field. |
| DisplayToCustomers | boolean | Flag that indicates whether the field is displayed to customers. |
| DisplayToVendors | boolean | Flag that indicates whether the field is displayed to vendors. |
Obsolete properties
The following properties are obsolete and have been removed. Avoid using these properties. See the Description column for updated usage notes.
Name | Type | Description |
|---|---|---|
IsDisplayed | boolean | Flag that indicates whether the field is displayed to customers. Deprecated 8/14/2024; removed 2/24/2025. Use AccountProductVariantField.DisplayToCustomers instead. |
