Flipdish · Schema

FulfillentStatusActionItem

Action item for next fulfillment status selector

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
Id string Status Id
Name string Status Name
View JSON Schema on GitHub

JSON Schema

orders-fulfillent-status-action-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/orders-fulfillent-status-action-item-schema.json",
  "title": "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"
    }
  }
}