Flipdish · JSON Structure

Orders Order Fulfillment Status Base Structure

Fulfillment Status Information

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

StatusId StatusName Icon

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/orders-order-fulfillment-status-base-structure.json",
  "name": "OrderFulfillmentStatusBase",
  "description": "Fulfillment Status Information",
  "type": "object",
  "properties": {
    "StatusId": {
      "description": "Fulfillment Status Id",
      "type": "string",
      "example": "500123"
    },
    "StatusName": {
      "description": "Fulfillment Status Name",
      "type": "string",
      "example": "Example Name"
    },
    "Icon": {
      "description": "Status Icon",
      "type": "string",
      "example": "string"
    }
  }
}