US Foods · Example Payload

Us Foods Order Example

Representative order showing typical structure for a restaurant placing an order through US Foods MOXe or EDI

Food ServiceFortune 500DistributionSupply ChaineCommerce

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.

Top-level fields

summarydescriptionorder

Example Payload

us-foods-order-example.json Raw ↑
{
  "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
  }
}