Deliverect · JSON Structure

Store Api Post Mark Products Out Of Stock By Tag Structure

Deliverect Mark Products Out of Stock by Tag

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

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

Properties

account location tag snoozeStart snoozeEnd

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-mark-products-out-of-stock-by-tag-structure.json",
  "name": "PostMarkProductsOutOfStockByTag",
  "description": "Deliverect Mark Products Out of Stock by Tag",
  "type": "object",
  "properties": {
    "account": {
      "type": "string",
      "example": "string"
    },
    "location": {
      "type": "string",
      "example": "string"
    },
    "tag": {
      "type": "array",
      "items": {
        "type": "int32",
        "example": 1
      }
    },
    "snoozeStart": {
      "type": "string",
      "example": "string"
    },
    "snoozeEnd": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "account",
    "snoozeEnd",
    "snoozeStart",
    "tag",
    "location"
  ]
}