Ordoro · Schema
Inventory as Warehouse Schema
Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| low_stock_threshold | integer | |
| out_of_stock_threshold | integer | |
| location_in_warehouse | string | |
| on_hand | number | |
| created | string | |
| updated | string | |
| always_dropship | boolean | |
| address | object | |
| cart | string | |
| is_configured_for_shipping | boolean | |
| is_default_location | boolean | |
| physical_on_hand | number | |
| available | number | |
| committed | number | |
| allocated | number | |
| unallocated | number | |
| po_committed | number |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/ordoro/refs/heads/main/json-schema/ordoro-inventory_as_warehouse-schema.json",
"title": "Inventory as Warehouse Schema",
"additionalProperties": false,
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"low_stock_threshold": {
"type": "integer"
},
"out_of_stock_threshold": {
"type": "integer"
},
"location_in_warehouse": {
"type": "string"
},
"on_hand": {
"type": "number"
},
"created": {
"type": "string",
"format": "date-time"
},
"updated": {
"type": "string",
"format": "date-time"
},
"always_dropship": {
"type": "boolean"
},
"address": {
"$ref": "#/components/schemas/address"
},
"cart": {
"type": "string"
},
"is_configured_for_shipping": {
"type": "boolean"
},
"is_default_location": {
"type": "boolean"
},
"physical_on_hand": {
"type": "number"
},
"available": {
"type": "number"
},
"committed": {
"type": "number"
},
"allocated": {
"type": "number"
},
"unallocated": {
"type": "number"
},
"po_committed": {
"type": "number"
}
}
}
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/ordoro-inventory_as_warehouse"
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.