ShipHero · JSON-LD Context

Shiphero Context

JSON-LD context defining the semantic vocabulary for Shiphero from ShipHero.

46 Classes 37 Properties 3 Namespaces
View Context View on GitHub

Namespaces

sh: https://shiphero.com/vocab/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Account Address Bill CarrierBox CustomBox CycleCountBatch FulfillmentInvoice InboundShipment InventoryChange InventorySnapshot ItemLocation LaborJob LaborWorker LineItem Location Lot Order OrderAddress OrderAttachment OrderHistory OrderHolds Product ProductImage ProductVendor PurchaseOrder PurchaseOrderLineItem Return ReturnExchange ReturnLineItem Shipment ShipmentLineItem ShippingContainer ShippingLabel ShippingPlan Tote ToteHistory User Vendor WarehouseProduct Webhook WholesaleOrder WorkOrder id type name description

Properties

Property Type Container
url reference
orderId string
orderStatus string
orderNumber string
fulfillmentStatus string
warehouseId string
sku string
quantity integer
weight decimal
dimensions sh:Dimensions
price decimal
currency string
trackingNumber string
carrier string
labelUrl anyURI
createdAt dateTime
updatedAt dateTime
lineItems sh:LineItem set
shipments sh:Shipment set
products sh:Product set
vendor sh:Vendor
warehouse schema:Place
location sh:Location
purchaseOrder sh:PurchaseOrder
returnId string
webhookEvent string
webhookUrl anyURI
lpn string
lotNumber string
expirationDate date
cycleCount sh:CycleCountBatch
tote sh:Tote
workOrder sh:WorkOrder
wholesaleOrder sh:WholesaleOrder
laborJob sh:LaborJob
billingCredits integer
apiEndpoint anyURI

JSON-LD Document

shiphero-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "sh": "https://shiphero.com/vocab/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Account": "sh:Account",
    "Address": "sh:Address",
    "Bill": "sh:Bill",
    "CarrierBox": "sh:CarrierBox",
    "CustomBox": "sh:CustomBox",
    "CycleCountBatch": "sh:CycleCountBatch",
    "FulfillmentInvoice": "sh:FulfillmentInvoice",
    "InboundShipment": "sh:InboundShipment",
    "InventoryChange": "sh:InventoryChange",
    "InventorySnapshot": "sh:InventorySnapshot",
    "ItemLocation": "sh:ItemLocation",
    "LaborJob": "sh:LaborJob",
    "LaborWorker": "sh:LaborWorker",
    "LineItem": "sh:LineItem",
    "Location": "sh:Location",
    "Lot": "sh:Lot",
    "Order": "sh:Order",
    "OrderAddress": "sh:OrderAddress",
    "OrderAttachment": "sh:OrderAttachment",
    "OrderHistory": "sh:OrderHistory",
    "OrderHolds": "sh:OrderHolds",
    "Product": "sh:Product",
    "ProductImage": "sh:ProductImage",
    "ProductVendor": "sh:ProductVendor",
    "PurchaseOrder": "sh:PurchaseOrder",
    "PurchaseOrderLineItem": "sh:PurchaseOrderLineItem",
    "Return": "sh:Return",
    "ReturnExchange": "sh:ReturnExchange",
    "ReturnLineItem": "sh:ReturnLineItem",
    "Shipment": "sh:Shipment",
    "ShipmentLineItem": "sh:ShipmentLineItem",
    "ShippingContainer": "sh:ShippingContainer",
    "ShippingLabel": "sh:ShippingLabel",
    "ShippingPlan": "sh:ShippingPlan",
    "Tote": "sh:Tote",
    "ToteHistory": "sh:ToteHistory",
    "User": "sh:User",
    "Vendor": "sh:Vendor",
    "WarehouseProduct": "sh:WarehouseProduct",
    "Webhook": "sh:Webhook",
    "WholesaleOrder": "sh:WholesaleOrder",
    "WorkOrder": "sh:WorkOrder",

    "id": "@id",
    "type": "@type",

    "name": "schema:name",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "orderId": { "@id": "sh:orderId", "@type": "xsd:string" },
    "orderStatus": { "@id": "sh:orderStatus", "@type": "xsd:string" },
    "orderNumber": { "@id": "sh:orderNumber", "@type": "xsd:string" },
    "fulfillmentStatus": { "@id": "sh:fulfillmentStatus", "@type": "xsd:string" },
    "warehouseId": { "@id": "sh:warehouseId", "@type": "xsd:string" },
    "sku": { "@id": "sh:sku", "@type": "xsd:string" },
    "quantity": { "@id": "sh:quantity", "@type": "xsd:integer" },
    "weight": { "@id": "sh:weight", "@type": "xsd:decimal" },
    "dimensions": { "@id": "sh:dimensions", "@type": "sh:Dimensions" },
    "price": { "@id": "sh:price", "@type": "xsd:decimal" },
    "currency": { "@id": "sh:currency", "@type": "xsd:string" },
    "trackingNumber": { "@id": "sh:trackingNumber", "@type": "xsd:string" },
    "carrier": { "@id": "sh:carrier", "@type": "xsd:string" },
    "labelUrl": { "@id": "sh:labelUrl", "@type": "xsd:anyURI" },
    "createdAt": { "@id": "sh:createdAt", "@type": "xsd:dateTime" },
    "updatedAt": { "@id": "sh:updatedAt", "@type": "xsd:dateTime" },
    "lineItems": { "@id": "sh:lineItems", "@type": "sh:LineItem", "@container": "@set" },
    "shipments": { "@id": "sh:shipments", "@type": "sh:Shipment", "@container": "@set" },
    "products": { "@id": "sh:products", "@type": "sh:Product", "@container": "@set" },
    "vendor": { "@id": "sh:vendor", "@type": "sh:Vendor" },
    "warehouse": { "@id": "sh:warehouse", "@type": "schema:Place" },
    "location": { "@id": "sh:location", "@type": "sh:Location" },
    "purchaseOrder": { "@id": "sh:purchaseOrder", "@type": "sh:PurchaseOrder" },
    "returnId": { "@id": "sh:returnId", "@type": "xsd:string" },
    "webhookEvent": { "@id": "sh:webhookEvent", "@type": "xsd:string" },
    "webhookUrl": { "@id": "sh:webhookUrl", "@type": "xsd:anyURI" },
    "lpn": { "@id": "sh:lpn", "@type": "xsd:string" },
    "lotNumber": { "@id": "sh:lotNumber", "@type": "xsd:string" },
    "expirationDate": { "@id": "sh:expirationDate", "@type": "xsd:date" },
    "cycleCount": { "@id": "sh:cycleCount", "@type": "sh:CycleCountBatch" },
    "tote": { "@id": "sh:tote", "@type": "sh:Tote" },
    "workOrder": { "@id": "sh:workOrder", "@type": "sh:WorkOrder" },
    "wholesaleOrder": { "@id": "sh:wholesaleOrder", "@type": "sh:WholesaleOrder" },
    "laborJob": { "@id": "sh:laborJob", "@type": "sh:LaborJob" },
    "billingCredits": { "@id": "sh:billingCredits", "@type": "xsd:integer" },
    "apiEndpoint": { "@id": "sh:apiEndpoint", "@type": "xsd:anyURI" }
  }
}