Flipdish · JSON Structure

Orders Fulfillent Status Action Item Structure

Action item for next fulfillment status selector

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Id Name

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-fulfillent-status-action-item-structure.json",
  "name": "FulfillentStatusActionItem",
  "description": "Action item for next fulfillment status selector",
  "type": "object",
  "properties": {
    "Id": {
      "description": "Status Id",
      "type": "string",
      "example": "500123"
    },
    "Name": {
      "description": "Status Name",
      "type": "string",
      "example": "Example Name"
    }
  }
}