Deliverect · JSON Structure

Channel Api Post Channelname Updatestorestatus Channellinkid Structure

Deliverect Update Store Status (open/closed)

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

PostChannelnameUpdatestorestatusChannellinkid 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

status reason

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/channel-api-post-channelname-updatestorestatus-channellinkid-structure.json",
  "name": "PostChannelnameUpdatestorestatusChannellinkid",
  "description": "Deliverect Update Store Status (open/closed)",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "open",
        "closed"
      ],
      "example": "open"
    },
    "reason": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "status",
    "reason"
  ]
}