Narvar · JSON-LD Context
Narvar Context
JSON-LD context defining the semantic vocabulary for Narvar from Narvar.
7 Classes
42 Properties
3 Namespaces
Namespaces
narvar:
https://corp.narvar.com/vocab#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Order
OrderItem
Shipment
Pickup
Return
Customer
Billing
Properties
| Property | Type | Container |
|---|---|---|
| order_number | string | |
| order_date | string | |
| order_items | list | |
| shipments | list | |
| pickups | list | |
| sku | string | |
| item_id | string | |
| item_image | reference | |
| item_url | reference | |
| name | string | |
| quantity | integer | |
| unit_price | decimal | |
| tracking_number | string | |
| carrier | string | |
| ship_date | string | |
| item_promise_date | string | |
| fulfillment_status | string | |
| fulfillment_type | string | |
| shipped_to | ||
| shipped_from | ||
| first_name | string | |
| last_name | string | |
| string | ||
| phone | string | |
| street_1 | string | |
| city | string | |
| state | string | |
| zip | string | |
| country | string | |
| customer_id | string | |
| customer_type | string | |
| customer_tier | string | |
| currency_code | string | |
| amount | decimal | |
| tax_amount | decimal | |
| notification_preferences | list | |
| order_info | ||
| billing | ||
| customer | ||
| address | ||
| status | string | |
| messages | list |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"narvar": "https://corp.narvar.com/vocab#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Order": "narvar:Order",
"OrderItem": "narvar:OrderItem",
"Shipment": "narvar:Shipment",
"Pickup": "narvar:Pickup",
"Return": "narvar:Return",
"Customer": "narvar:Customer",
"Billing": "narvar:Billing",
"order_number": {
"@id": "narvar:orderNumber",
"@type": "xsd:string"
},
"order_date": {
"@id": "narvar:orderDate",
"@type": "xsd:string"
},
"order_items": {
"@id": "narvar:orderItems",
"@container": "@list"
},
"shipments": {
"@id": "narvar:shipments",
"@container": "@list"
},
"pickups": {
"@id": "narvar:pickups",
"@container": "@list"
},
"sku": {
"@id": "schema:productID",
"@type": "xsd:string"
},
"item_id": {
"@id": "narvar:itemId",
"@type": "xsd:string"
},
"item_image": {
"@id": "schema:image",
"@type": "@id"
},
"item_url": {
"@id": "schema:url",
"@type": "@id"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"quantity": {
"@id": "schema:orderQuantity",
"@type": "xsd:integer"
},
"unit_price": {
"@id": "schema:price",
"@type": "xsd:decimal"
},
"tracking_number": {
"@id": "narvar:trackingNumber",
"@type": "xsd:string"
},
"carrier": {
"@id": "narvar:carrier",
"@type": "xsd:string"
},
"ship_date": {
"@id": "narvar:shipDate",
"@type": "xsd:string"
},
"item_promise_date": {
"@id": "narvar:itemPromiseDate",
"@type": "xsd:string"
},
"fulfillment_status": {
"@id": "narvar:fulfillmentStatus",
"@type": "xsd:string"
},
"fulfillment_type": {
"@id": "narvar:fulfillmentType",
"@type": "xsd:string"
},
"shipped_to": {
"@id": "schema:deliveryAddress"
},
"shipped_from": {
"@id": "schema:originAddress"
},
"first_name": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"last_name": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"phone": {
"@id": "schema:telephone",
"@type": "xsd:string"
},
"street_1": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"zip": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"country": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"customer_id": {
"@id": "narvar:customerId",
"@type": "xsd:string"
},
"customer_type": {
"@id": "narvar:customerType",
"@type": "xsd:string"
},
"customer_tier": {
"@id": "narvar:customerTier",
"@type": "xsd:string"
},
"currency_code": {
"@id": "schema:priceCurrency",
"@type": "xsd:string"
},
"amount": {
"@id": "schema:totalPrice",
"@type": "xsd:decimal"
},
"tax_amount": {
"@id": "schema:taxValue",
"@type": "xsd:decimal"
},
"notification_preferences": {
"@id": "narvar:notificationPreferences",
"@container": "@list"
},
"order_info": {
"@id": "narvar:orderInfo"
},
"billing": {
"@id": "narvar:billing"
},
"customer": {
"@id": "narvar:customer"
},
"address": {
"@id": "schema:PostalAddress"
},
"status": {
"@id": "narvar:status",
"@type": "xsd:string"
},
"messages": {
"@id": "narvar:messages",
"@container": "@list"
}
}
}