Flipdish · JSON Structure

Marketing Store List Item Structure

Store id and name

Type: object Properties: 7
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

StoreId StoreName StoreGroupId StoreGroupName HasLoyaltyCampaign HasRetentionCampaign IsPublished

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/marketing-store-list-item-structure.json",
  "name": "StoreListItem",
  "description": "Store id and name",
  "type": "object",
  "properties": {
    "StoreId": {
      "description": "Store Id",
      "type": "int32",
      "example": 500123
    },
    "StoreName": {
      "description": "Store Name",
      "type": "string",
      "example": "Example Name"
    },
    "StoreGroupId": {
      "description": "Store Group Id",
      "type": "int32",
      "example": 500123
    },
    "StoreGroupName": {
      "description": "Store Group Name",
      "type": "string",
      "example": "Example Name"
    },
    "HasLoyaltyCampaign": {
      "description": "Store has loyalty campaign",
      "type": "boolean",
      "example": true
    },
    "HasRetentionCampaign": {
      "description": "Store has retention campaign",
      "type": "boolean",
      "example": true
    },
    "IsPublished": {
      "description": "Is Published store",
      "type": "boolean",
      "example": true
    }
  }
}