Flipdish · Example Payload

Catalog Metafield Definition Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Catalog Metafield Definition Example is an example object payload from Flipdish, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IsReadOnlyOwnerEntityKeyValueTypeNameDescriptionBehaviorsMetafieldDefinitionRecommendationId

Example Payload

Raw ↑
{
  "IsReadOnly": true,
  "OwnerEntity": "CatalogItem",
  "Key": "string",
  "ValueType": "Boolean",
  "Name": "Example Name",
  "Description": "string",
  "Behaviors": [
    "SendToOrder"
  ],
  "MetafieldDefinitionRecommendationId": 500123
}