Walmart · JSON Structure
Walmart Order Structure
Documentation of Walmart Marketplace order data structure.
Type: object
Properties: 0
CommerceRetailFortune 100MarketplaceE-CommerceOrderInventoryFulfillmentSupply ChainSeller APIsWebhookMCP
Walmart Order Structure is a JSON Structure definition published by Walmart.
Meta-schema:
JSON Structure
{
"title": "Walmart Order Structure",
"description": "Documentation of Walmart Marketplace order data structure.",
"type": "object",
"fields": [
{ "name": "purchaseOrderId", "type": "string", "description": "Walmart purchase order identifier", "required": true },
{ "name": "customerOrderId", "type": "string", "description": "Customer-facing order number", "required": true },
{ "name": "customerEmailId", "type": "string", "description": "Customer email (relay anonymized)" },
{ "name": "orderDate", "type": "integer", "description": "Order creation time (Unix ms)", "required": true },
{
"name": "shippingInfo",
"type": "object",
"description": "Shipping and delivery information",
"fields": [
{ "name": "phone", "type": "string", "description": "Customer phone number" },
{ "name": "estimatedDeliveryDate", "type": "integer", "description": "Estimated delivery timestamp" },
{ "name": "estimatedShipDate", "type": "integer", "description": "Expected ship date timestamp" },
{ "name": "methodCode", "type": "string", "description": "Shipping method (Value, Standard, TwoDay, NextDay)" },
{
"name": "postalAddress",
"type": "object",
"description": "Shipping destination address",
"fields": [
{ "name": "name", "type": "string" },
{ "name": "address1", "type": "string" },
{ "name": "city", "type": "string" },
{ "name": "state", "type": "string" },
{ "name": "postalCode", "type": "string" },
{ "name": "country", "type": "string" }
]
}
]
},
{
"name": "orderLines",
"type": "object",
"description": "Ordered items",
"fields": [
{
"name": "orderLine",
"type": "array",
"description": "List of order line items",
"itemType": "object",
"fields": [
{ "name": "lineNumber", "type": "string" },
{ "name": "item.productName", "type": "string", "description": "Product display name" },
{ "name": "item.sku", "type": "string", "description": "Seller SKU" },
{ "name": "orderLineQuantity.amount", "type": "string", "description": "Quantity ordered" },
{ "name": "status", "type": "string", "description": "Line item status (Created, Acknowledged, Shipped, etc.)" }
]
}
]
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/walmart-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.