Air Products and Chemicals · Schema
GasOrder
A gas supply order to Air Products
Industrial GasesChemicalsEnergyManufacturingHydrogenEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| order_id | string | Order identifier |
| customer_id | string | Customer account number |
| product_id | string | Product ordered |
| quantity | number | Quantity ordered in specified unit |
| unit | string | Unit of measure (SCF, kg, liters) |
| delivery_date | string | Requested delivery date |
| delivery_address | string | Delivery site address |
| status | string | Order status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/air-products-and-chemicals/refs/heads/main/json-schema/airproducts-gas-order-schema.json",
"title": "GasOrder",
"description": "A gas supply order to Air Products",
"type": "object",
"properties": {
"order_id": {
"type": "string",
"description": "Order identifier",
"example": "ORD-2024-789012"
},
"customer_id": {
"type": "string",
"description": "Customer account number",
"example": "CUST-10045"
},
"product_id": {
"type": "string",
"description": "Product ordered",
"example": "N2-BULK-001"
},
"quantity": {
"type": "number",
"description": "Quantity ordered in specified unit",
"example": 10000.0
},
"unit": {
"type": "string",
"description": "Unit of measure (SCF, kg, liters)",
"example": "SCF"
},
"delivery_date": {
"type": "string",
"format": "date",
"description": "Requested delivery date",
"example": "2025-04-30"
},
"delivery_address": {
"type": "string",
"description": "Delivery site address",
"example": "123 Industrial Blvd, Allentown, PA 18105"
},
"status": {
"type": "string",
"description": "Order status",
"example": "Confirmed"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/airproducts-gas-order"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.