Deliverect · JSON Structure

Pos Api Inventory Update Structure

Deliverect Inventory Update

Type: object Properties: 1
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

InventoryUpdate is a JSON Structure definition published by Deliverect, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

callbackUrl

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/pos-api-inventory-update-structure.json",
  "name": "InventoryUpdate",
  "description": "Deliverect Inventory Update",
  "type": "object",
  "properties": {
    "callbackUrl": {
      "type": "string",
      "example": "https://example.com/path/abc123",
      "description": "Will be used to notify you when the inventory file has been processed."
    }
  }
}