Blue Yonder · Schema
Blue Yonder Inventory Position
JSON Schema for a Blue Yonder WMS inventory position representing stock at a warehouse location.
Properties
| Name | Type | Description |
|---|---|---|
| positionId | string | Unique inventory position identifier |
| itemId | string | Item/SKU identifier |
| itemDescription | string | |
| locationId | string | Warehouse location identifier (bin, rack, slot) |
| locationName | string | |
| zone | string | Warehouse zone (e.g., Receiving, Storage, Shipping) |
| quantityOnHand | number | |
| quantityAvailable | number | |
| quantityReserved | number | |
| unitOfMeasure | string | Unit of measure (e.g., EA, CS, LB, KG) |
| lotNumber | string | |
| serialNumber | string | |
| expirationDate | string | |
| status | string | |
| lastUpdated | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/blue-yonder/refs/heads/main/json-schema/blue-yonder-inventory-schema.json",
"title": "Blue Yonder Inventory Position",
"description": "JSON Schema for a Blue Yonder WMS inventory position representing stock at a warehouse location.",
"type": "object",
"required": ["positionId", "itemId", "locationId", "quantityOnHand"],
"properties": {
"positionId": {
"type": "string",
"description": "Unique inventory position identifier"
},
"itemId": {
"type": "string",
"description": "Item/SKU identifier"
},
"itemDescription": {
"type": "string"
},
"locationId": {
"type": "string",
"description": "Warehouse location identifier (bin, rack, slot)"
},
"locationName": {
"type": "string"
},
"zone": {
"type": "string",
"description": "Warehouse zone (e.g., Receiving, Storage, Shipping)"
},
"quantityOnHand": {
"type": "number",
"minimum": 0
},
"quantityAvailable": {
"type": "number",
"minimum": 0
},
"quantityReserved": {
"type": "number",
"minimum": 0
},
"unitOfMeasure": {
"type": "string",
"description": "Unit of measure (e.g., EA, CS, LB, KG)"
},
"lotNumber": {
"type": "string"
},
"serialNumber": {
"type": "string"
},
"expirationDate": {
"type": "string",
"format": "date"
},
"status": {
"type": "string",
"enum": ["Available", "Reserved", "Quarantine", "Damaged"]
},
"lastUpdated": {
"type": "string",
"format": "date-time"
}
}
}
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/blue-yonder-inventory"
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.