Properties
| Name | Type | Description |
|---|---|---|
| shipmentId | string | Shipment identifier |
| orderId | string | Associated order ID |
| carrier | string | Shipping carrier name |
| proNumber | string | Carrier PRO/tracking number |
| trackingUrl | string | Carrier tracking URL |
| shipDate | string | |
| estimatedDeliveryDate | string | |
| weight | number | Shipment weight in lbs |
| lineItems | array | Line items in this shipment |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12",
"$id": "https://schema.api-evangelist.com/acuity-brands/acuity-brands-shipment-schema.json",
"title": "Shipment",
"description": "Shipment record for an order",
"type": "object",
"properties": {
"shipmentId": {
"type": "string",
"description": "Shipment identifier",
"example": "SHP-001"
},
"orderId": {
"type": "string",
"description": "Associated order ID",
"example": "ACB-2026-001234"
},
"carrier": {
"type": "string",
"description": "Shipping carrier name",
"example": "UPS Freight"
},
"proNumber": {
"type": "string",
"description": "Carrier PRO/tracking number",
"example": "1Z999AA10123456784"
},
"trackingUrl": {
"type": "string",
"description": "Carrier tracking URL",
"example": "https://www.ups.com/track?tracknum=1Z999AA10123456784"
},
"shipDate": {
"type": "string",
"format": "date",
"example": "2026-04-19"
},
"estimatedDeliveryDate": {
"type": "string",
"format": "date",
"example": "2026-04-22"
},
"weight": {
"type": "number",
"description": "Shipment weight in lbs",
"example": 45.5
},
"lineItems": {
"type": "array",
"description": "Line items in this shipment",
"items": {
"type": "object",
"properties": {
"lineNumber": {
"type": "integer",
"example": 1
},
"productNumber": {
"type": "string",
"example": "LBL4 48L ADP"
},
"quantityShipped": {
"type": "integer",
"example": 10
}
}
}
}
}
}
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/acuity-brands-shipment"
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.