Mews · Schema

Product order parameters

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ProductId string Unique identifier of the `Product` to be ordered.
Count integer Count of products to be ordered, e.g. 10 in case of 10 beers.
UnitAmount object Unit amount of the product that overrides the amount defined in Mews.
StartUtc string Product start in UTC timezone in ISO 8601 format. For products with charging `Once` and `PerPerson` must be set to same value as `EndUtc`. Use only with operation [Add reservations](https://mews-syste
EndUtc string Product end in UTC timezone in ISO 8601 format. For products with charging `Once` and `PerPerson` must be set to same value as `StartUtc`. Use only with operation [Add reservations](https://mews-syste
ExternalIdentifier string External identifier of the product order.
View JSON Schema on GitHub

JSON Schema

mews-productorderadditiondata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOrderAdditionData",
  "title": "Product order parameters",
  "required": [
    "ProductId"
  ],
  "type": "object",
  "properties": {
    "ProductId": {
      "type": "string",
      "description": "Unique identifier of the `Product` to be ordered.",
      "format": "uuid"
    },
    "Count": {
      "type": "integer",
      "description": "Count of products to be ordered, e.g. 10 in case of 10 beers.",
      "format": "int32",
      "nullable": true
    },
    "UnitAmount": {
      "title": "Amount parameters",
      "allOf": [
        {
          "$ref": "#/components/schemas/AmountParameters"
        }
      ],
      "description": "Unit amount of the product that overrides the amount defined in Mews.",
      "nullable": true
    },
    "StartUtc": {
      "type": "string",
      "description": "Product start in UTC timezone in ISO 8601 format. For products with charging `Once` and `PerPerson` must be set to same value as `EndUtc`. Use only with operation [Add reservations](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservations) or [Add reservation product](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-product), can be omitted for [Add order](https://mews-systems.gitbook.io/connector-api/operations/orders#add-order) operation.",
      "format": "date-time",
      "nullable": true
    },
    "EndUtc": {
      "type": "string",
      "description": "Product end in UTC timezone in ISO 8601 format. For products with charging `Once` and `PerPerson` must be set to same value as `StartUtc`. Use only with operation [Add reservations](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservations) or [Add reservation product](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-product), can be omitted for [Add order](https://mews-systems.gitbook.io/connector-api/operations/orders#add-order) operation.",
      "format": "date-time",
      "nullable": true
    },
    "ExternalIdentifier": {
      "type": "string",
      "description": "External identifier of the product order.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ProductOrderAdditionData"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mews-productorderadditiondata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.