Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.7 KB

ProductFieldAllOf.md

File metadata and controls

23 lines (20 loc) · 1.7 KB

# ProductFieldAllOf

Properties

Name Type Description Notes
id int The ID of the product field [optional]
key string The key of the product field [optional]
order_nr int The position (index) of the product field in the detail view [optional]
add_time string The product field creation time. Format: YYYY-MM-DD HH:MM:SS [optional]
update_time string The product field last update time. Format: YYYY-MM-DD HH:MM:SS [optional]
last_updated_by_user_id int The ID of the last user to update the product field [optional]
active_flag bool Whether or not the product field is currently active [optional]
edit_flag bool Whether or not the product field name and metadata is editable [optional]
add_visible_flag bool Whether or not the product field is visible in the Add Product Modal [optional]
important_flag bool Whether or not the product field is marked as important [optional]
bulk_edit_allowed bool Whether or not the product field data can be edited [optional]
searchable_flag bool Whether or not the product field is searchable [optional]
filtering_allowed bool Whether or not the product field value can be used when filtering searches [optional]
sortable_flag bool Whether or not the product field is sortable [optional]
mandatory_flag bool Whether or not the product field is mandatory when creating products [optional]

[Back to Model list] [Back to API list] [Back to README]