3M · JSON-LD Context
3M Partner Supplier Api Context
JSON-LD context defining the semantic vocabulary for 3M Partner Supplier Api from 3M.
14 Classes
32 Properties
3 Namespaces
Namespaces
threeem:
https://api.3m.com/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Delivery
Order
Invoice
InvoiceList
OrderItem
Product
OrderList
CreateOrderRequest
ProductPrice
DeliveryList
ProductList
ShippingAddress
description
name
Properties
| Property | Type | Container |
|---|---|---|
| availability | string | |
| carrier | string | |
| category | string | |
| city | string | |
| country | string | |
| createdAt | dateTime | |
| currency | string | |
| deliveries | set | |
| deliveryId | string | |
| dueDate | date | |
| effectiveDate | date | |
| estimatedDelivery | date | |
| expirationDate | date | |
| invoiceDate | date | |
| invoiceId | string | |
| invoices | set | |
| items | set | |
| orderId | string | |
| orders | set | |
| pricingTier | string | |
| productId | string | |
| products | set | |
| quantity | integer | |
| shippedAt | dateTime | |
| sku | string | |
| state | string | |
| status | string | |
| street | string | |
| totalAmount | decimal | |
| trackingNumber | string | |
| unitPrice | decimal | |
| zip | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"threeem": "https://api.3m.com/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Delivery": "threeem:Delivery",
"Order": "threeem:Order",
"Invoice": "threeem:Invoice",
"InvoiceList": "threeem:InvoiceList",
"OrderItem": "threeem:OrderItem",
"Product": "threeem:Product",
"OrderList": "threeem:OrderList",
"CreateOrderRequest": "threeem:CreateOrderRequest",
"ProductPrice": "threeem:ProductPrice",
"DeliveryList": "threeem:DeliveryList",
"ProductList": "threeem:ProductList",
"ShippingAddress": "threeem:ShippingAddress",
"availability": {
"@id": "threeem:availability",
"@type": "xsd:string"
},
"carrier": {
"@id": "threeem:carrier",
"@type": "xsd:string"
},
"category": {
"@id": "threeem:category",
"@type": "xsd:string"
},
"city": {
"@id": "threeem:city",
"@type": "xsd:string"
},
"country": {
"@id": "threeem:country",
"@type": "xsd:string"
},
"createdAt": {
"@id": "threeem:createdAt",
"@type": "xsd:dateTime"
},
"currency": {
"@id": "threeem:currency",
"@type": "xsd:string"
},
"deliveries": {
"@id": "threeem:deliveries",
"@container": "@set"
},
"deliveryId": {
"@id": "threeem:deliveryId",
"@type": "xsd:string"
},
"description": "schema:description",
"dueDate": {
"@id": "threeem:dueDate",
"@type": "xsd:date"
},
"effectiveDate": {
"@id": "threeem:effectiveDate",
"@type": "xsd:date"
},
"estimatedDelivery": {
"@id": "threeem:estimatedDelivery",
"@type": "xsd:date"
},
"expirationDate": {
"@id": "threeem:expirationDate",
"@type": "xsd:date"
},
"invoiceDate": {
"@id": "threeem:invoiceDate",
"@type": "xsd:date"
},
"invoiceId": {
"@id": "threeem:invoiceId",
"@type": "xsd:string"
},
"invoices": {
"@id": "threeem:invoices",
"@container": "@set"
},
"items": {
"@id": "threeem:items",
"@container": "@set"
},
"name": "schema:name",
"orderId": {
"@id": "threeem:orderId",
"@type": "xsd:string"
},
"orders": {
"@id": "threeem:orders",
"@container": "@set"
},
"pricingTier": {
"@id": "threeem:pricingTier",
"@type": "xsd:string"
},
"productId": {
"@id": "threeem:productId",
"@type": "xsd:string"
},
"products": {
"@id": "threeem:products",
"@container": "@set"
},
"quantity": {
"@id": "threeem:quantity",
"@type": "xsd:integer"
},
"shippedAt": {
"@id": "threeem:shippedAt",
"@type": "xsd:dateTime"
},
"sku": {
"@id": "threeem:sku",
"@type": "xsd:string"
},
"state": {
"@id": "threeem:state",
"@type": "xsd:string"
},
"status": {
"@id": "threeem:status",
"@type": "xsd:string"
},
"street": {
"@id": "threeem:street",
"@type": "xsd:string"
},
"totalAmount": {
"@id": "threeem:totalAmount",
"@type": "xsd:decimal"
},
"trackingNumber": {
"@id": "threeem:trackingNumber",
"@type": "xsd:string"
},
"unitPrice": {
"@id": "threeem:unitPrice",
"@type": "xsd:decimal"
},
"zip": {
"@id": "threeem:zip",
"@type": "xsd:string"
}
}
}