Flipdish · JSON Structure

Apps App Config Sales Channel Structure

App Config Sales Channel

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

AppConfigSalesChannel is a JSON Structure definition published by Flipdish, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EmailRequestMode WebToAppRedirect AddressEntryType DisplayDeliveryRestaurantListScreen

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-app-config-sales-channel-structure.json",
  "name": "AppConfigSalesChannel",
  "description": "App Config Sales Channel",
  "type": "object",
  "properties": {
    "EmailRequestMode": {
      "description": "Display a popup to users requesting their email address",
      "enum": [
        "DoNotRequest",
        "Request",
        "Require"
      ],
      "type": "string",
      "example": "DoNotRequest"
    },
    "WebToAppRedirect": {
      "description": "Sends users to their native apps or request them to install the pwa",
      "enum": [
        "NoRedirect",
        "RedirectOnce",
        "RedirectAlways",
        "SuggestPwa",
        "ForcePwa"
      ],
      "type": "string",
      "example": "NoRedirect"
    },
    "AddressEntryType": {
      "description": "Address entry type - TextEntryManualDisallowed is the only supported configuration",
      "enum": [
        "MapFirst",
        "TextEntryManualAllowed",
        "TextEntryManualDisallowed"
      ],
      "type": "string",
      "example": "MapFirst"
    },
    "DisplayDeliveryRestaurantListScreen": {
      "description": "Display Pickup Restaurant List Screen",
      "type": "boolean",
      "example": true
    }
  }
}