Deliverect · Schema

InventoryUpdate

Deliverect Inventory Update

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
callbackUrl string Will be used to notify you when the inventory file has been processed.
View JSON Schema on GitHub

JSON Schema

pos-api-inventory-update-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/pos-api-inventory-update-schema.json",
  "title": "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."
    }
  }
}