Air Products and Chemicals · Example Payload

Airproducts Gas Order Example

Industrial GasesChemicalsEnergyManufacturingHydrogenEnterprise

Airproducts Gas Order Example is an example object payload from Air Products and Chemicals, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

order_idcustomer_idproduct_idquantityunitdelivery_datedelivery_addressstatus

Example Payload

airproducts-gas-order-example.json Raw ↑
{
  "order_id": "ORD-2024-789012",
  "customer_id": "CUST-10045",
  "product_id": "N2-BULK-001",
  "quantity": 10000.0,
  "unit": "SCF",
  "delivery_date": "2025-04-30",
  "delivery_address": "123 Industrial Blvd, Allentown, PA 18105",
  "status": "Confirmed"
}