Manhattan Associates Context
JSON-LD context defining the semantic vocabulary for Manhattan Associates from manhattan-associates.
22 Classes
13 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
manh:
https://developer.manh.com/ontology/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Order
orderId
status
shippingAddress
Address
firstName
lastName
street1
city
state
postalCode
country
phone
OrderLine
lineId
sku
description
totals
currency
Fulfillment
trackingNumber
carrier
Properties
| Property |
Type |
Container |
| externalOrderId |
|
|
| orderDate |
dateTime |
|
| customerId |
|
|
| lines |
|
set |
| itemId |
|
|
| quantity |
decimal |
|
| unitPrice |
decimal |
|
| orderTotal |
decimal |
|
| fulfillments |
|
set |
| estimatedDeliveryDate |
date |
|
| shippedAt |
dateTime |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"manh": "https://developer.manh.com/ontology/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Order": "schema:Order",
"orderId": "schema:identifier",
"externalOrderId": { "@id": "schema:orderNumber" },
"status": "schema:orderStatus",
"orderDate": {
"@id": "schema:orderDate",
"@type": "xsd:dateTime"
},
"customerId": { "@id": "schema:customer" },
"shippingAddress": "schema:shippingAddress",
"Address": "schema:PostalAddress",
"firstName": "schema:givenName",
"lastName": "schema:familyName",
"street1": "schema:streetAddress",
"city": "schema:addressLocality",
"state": "schema:addressRegion",
"postalCode": "schema:postalCode",
"country": "schema:addressCountry",
"phone": "schema:telephone",
"lines": {
"@id": "schema:orderedItem",
"@container": "@set"
},
"OrderLine": "schema:OrderItem",
"lineId": "schema:identifier",
"itemId": { "@id": "schema:orderItemNumber" },
"sku": "schema:sku",
"description": "schema:description",
"quantity": {
"@id": "schema:orderQuantity",
"@type": "xsd:decimal"
},
"unitPrice": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"totals": "schema:priceSpecification",
"orderTotal": {
"@id": "schema:totalPrice",
"@type": "xsd:decimal"
},
"currency": "schema:priceCurrency",
"fulfillments": {
"@id": "schema:delivery",
"@container": "@set"
},
"Fulfillment": "schema:ParcelDelivery",
"trackingNumber": "schema:trackingNumber",
"carrier": "schema:deliveryMethod",
"estimatedDeliveryDate": {
"@id": "schema:expectedArrivalFrom",
"@type": "xsd:date"
},
"shippedAt": {
"@id": "schema:departureTime",
"@type": "xsd:dateTime"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
}
}
}