Deliverect · JSON Structure

Store Api Post Update Store Status Structure

Deliverect Busy Mode

Type: object Properties: 2 Required: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PostUpdateStoreStatus is a JSON Structure definition published by Deliverect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

isActive prepTime

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/deliverect/refs/heads/main/json-structure/store-api-post-update-store-status-structure.json",
  "name": "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"
  ]
}