{ "@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" } } }