Us Foods Order Example
Representative order showing typical structure for a restaurant placing an order through US Foods MOXe or EDI
Food ServiceFortune 500DistributionSupply ChainE-Commerce
Us Foods Order Example is an example object payload from US Foods, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"summary": "Example foodservice order structure for US Foods customer ordering",
"description": "Representative order showing typical structure for a restaurant placing an order through US Foods MOXe or EDI",
"order": {
"orderId": "USF-2026-000123456",
"customerId": "1234567",
"orderDate": "2026-04-28T14:30:00Z",
"deliveryDate": "2026-04-30",
"status": "confirmed",
"distributionCenter": "Chicago - North Shore DC",
"purchaseOrderNumber": "PO-2026-04-001",
"notes": "Please use back dock entrance. Ring bell upon arrival.",
"items": [
{
"lineNumber": 1,
"itemNumber": "4952341",
"description": "CHICKEN BREAST BONELESS SKINLESS 8 OZ",
"brand": "Metro Diner",
"packSize": "2/5 LB",
"unitOfMeasure": "CS",
"quantityOrdered": 10,
"unitPrice": 42.50,
"extendedPrice": 425.00,
"storageTemp": "frozen",
"allergens": [],
"isSubstitute": false
},
{
"lineNumber": 2,
"itemNumber": "7234891",
"description": "CANOLA OIL 35 LB",
"brand": "Chef's Line",
"packSize": "35 LB",
"unitOfMeasure": "CS",
"quantityOrdered": 2,
"unitPrice": 28.75,
"extendedPrice": 57.50,
"storageTemp": "ambient",
"allergens": [],
"isSubstitute": false
},
{
"lineNumber": 3,
"itemNumber": "3127645",
"description": "LETTUCE ROMAINE HEARTS 3 CT",
"brand": "Harvest Value",
"packSize": "12/3 CT",
"unitOfMeasure": "CS",
"quantityOrdered": 4,
"unitPrice": 18.90,
"extendedPrice": 75.60,
"storageTemp": "refrigerated",
"allergens": [],
"isSubstitute": false
},
{
"lineNumber": 4,
"itemNumber": "8823456",
"description": "TOMATOES DICED 7-11 14.5 OZ CAN",
"brand": "Monarch",
"packSize": "6/10 CAN",
"unitOfMeasure": "CS",
"quantityOrdered": 3,
"unitPrice": 22.40,
"extendedPrice": 67.20,
"storageTemp": "ambient",
"allergens": [],
"isSubstitute": false
}
],
"totalItems": 4,
"totalCases": 19
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/us-foods-order-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.