Deliverect · Schema

PostUpdateStoreStatus

Deliverect Busy Mode

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
isActive string
prepTime string
View JSON Schema on GitHub

JSON Schema

store-api-post-update-store-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/store-api-post-update-store-status-schema.json",
  "title": "PostUpdateStoreStatus",
  "description": "Deliverect Busy Mode",
  "type": "object",
  "properties": {
    "isActive": {
      "type": "string",
      "example": "string"
    },
    "prepTime": {
      "type": "string",
      "example": "2026-03-15T14:30:00Z"
    }
  },
  "required": [
    "isActive",
    "prepTime"
  ]
}