Unified.to · Schema

CommerceAvailability

IntegrationsUnified API

Properties

Name Type Description
end_at string
item_id string
location_id string
raw object
size number
staff_user_id string
start_at string
View JSON Schema on GitHub

JSON Schema

unified-to-commerceavailability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommerceAvailability",
  "title": "CommerceAvailability",
  "properties": {
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "item_id": {
      "type": "string"
    },
    "location_id": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "size": {
      "type": "number"
    },
    "staff_user_id": {
      "type": "string"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}