AccountProductVariantField

An AccountProductVariantField represents a custom product field that is available to your Liftoff account.

Properties

NameTypeDescription
IdintThe ID of the account's product variant field.
AccountIdintThe 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)AccountThe Liftoff account that the field belongs to.
CodestringThe system code for the field.
NamestringThe display name of the field.
HelpTextstringThe help text that is displayed in My Liftoff for the field.
IsDisplayedbooleanDEPRECATED -- SEE BELOW
DisplayToCustomersbooleanFlag that indicates whether the field is displayed to customers.
DisplayToVendorsbooleanFlag that indicates whether the field is displayed to vendors.

Deprecated properties

The following properties have been deprecated and scheduled for removal. Avoid using these properties. See the Description column for updated usage notes.

NameTypeDescription
IsDisplayedbooleanFlag that indicates whether the field is displayed to customers.

Deprecated 8/14/2024. Scheduled for removal on 2/14/2025. Use AccountProductVariantField.DisplayToCustomers instead.