Walmart Context
JSON-LD context defining the semantic vocabulary for Walmart from Walmart.
6 Classes
17 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
walmart:
https://developer.walmart.com/api/#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Order
OrderItem
Product
Offer
PostalAddress
ParcelDelivery
Properties
| Property |
Type |
Container |
| purchaseOrderId |
string |
|
| customerOrderId |
string |
|
| orderDate |
dateTime |
|
| sku |
string |
|
| productName |
string |
|
| lineNumber |
string |
|
| orderStatus |
string |
|
| quantity |
integer |
|
| price |
decimal |
|
| currency |
string |
|
| methodCode |
string |
|
| estimatedDeliveryDate |
dateTime |
|
| postalCode |
string |
|
| address1 |
string |
|
| city |
string |
|
| state |
string |
|
| country |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"walmart": "https://developer.walmart.com/api/#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Order": "schema:Order",
"OrderItem": "schema:OrderItem",
"Product": "schema:Product",
"Offer": "schema:Offer",
"PostalAddress": "schema:PostalAddress",
"ParcelDelivery": "schema:ParcelDelivery",
"purchaseOrderId": {
"@id": "walmart:purchaseOrderId",
"@type": "xsd:string"
},
"customerOrderId": {
"@id": "walmart:customerOrderId",
"@type": "xsd:string"
},
"orderDate": {
"@id": "schema:orderDate",
"@type": "xsd:dateTime"
},
"sku": {
"@id": "walmart:sku",
"@type": "xsd:string"
},
"productName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"lineNumber": {
"@id": "walmart:lineNumber",
"@type": "xsd:string"
},
"orderStatus": {
"@id": "schema:orderStatus",
"@type": "xsd:string"
},
"quantity": {
"@id": "schema:orderQuantity",
"@type": "xsd:integer"
},
"price": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"currency": {
"@id": "schema:priceCurrency",
"@type": "xsd:string"
},
"methodCode": {
"@id": "schema:deliveryMethod",
"@type": "xsd:string"
},
"estimatedDeliveryDate": {
"@id": "schema:expectedArrivalFrom",
"@type": "xsd:dateTime"
},
"postalCode": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"address1": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"country": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
}
}
}