Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.12 KB

File metadata and controls

17 lines (13 loc) · 1.12 KB

CreateMetafieldDefinition

Properties

Name Type Description Notes
is_read_only bool Indicates if a definition can be edited or not [optional]
owner_entity string The Metafield will extend the specified {Flipdish.Metafields.PublicModels.V1.MetafieldDefinitionBase.OwnerEntity} [optional]
key string Key of the metafield. The key must have two parts, separated by a dot. The first part acts as a category, for organizational purposes. The parts can be composed of lowercase letters, numbers, hyphen and underscore
value_type string The excepted type for the Value field [optional]
name string Field Name
description string Field Description [optional]
behaviors string[] Enable Metafield Behaviors [optional]
metafield_definition_recommendation_id int Metafield Recommendation Id [optional]

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