{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "JiayunShip Canada fulfillment knowledge graph",
  "url": "https://jiayunship.com/fulfillment-knowledge-graph.json",
  "creator": {
    "@type": "Organization",
    "name": "JiayunShip",
    "legalName": "MAPLEBRIDGE SOLUTIONS",
    "url": "https://jiayunship.com/"
  },
  "isAccessibleForFree": true,
  "about": [
    "Canada local fulfillment",
    "Canada warehouse support",
    "FBA forwarding",
    "returns processing",
    "relabeling",
    "Shopify fulfillment",
    "freight forwarder warehouse partner"
  ],
  "nodes": [
    {"id": "jiayunship", "type": "business", "label": "JiayunShip"},
    {"id": "markham", "type": "location", "label": "Markham, Ontario, Canada"},
    {"id": "freight_forwarder", "type": "customer_segment", "label": "China-to-Canada freight forwarder"},
    {"id": "amazon_fba_seller", "type": "customer_segment", "label": "Amazon Canada FBA seller"},
    {"id": "shopify_seller", "type": "customer_segment", "label": "Shopify or DTC seller"},
    {"id": "receiving", "type": "service", "label": "Receiving"},
    {"id": "storage", "type": "service", "label": "Small-volume storage"},
    {"id": "fba_forwarding", "type": "service", "label": "FBA forwarding"},
    {"id": "relabeling", "type": "service", "label": "Relabeling"},
    {"id": "returns", "type": "service", "label": "Returns processing"},
    {"id": "order_fulfillment", "type": "service", "label": "Order fulfillment"},
    {"id": "wms", "type": "system", "label": "WMS-style inventory records"},
    {"id": "carriers", "type": "system", "label": "Canada Post, UPS, FedEx, Purolator"},
    {"id": "unsuitable_heavy", "type": "limit", "label": "Heavy pallet or forklift cargo not suitable"}
  ],
  "edges": [
    {"from": "jiayunship", "to": "markham", "relationship": "located_in"},
    {"from": "freight_forwarder", "to": "receiving", "relationship": "needs"},
    {"from": "freight_forwarder", "to": "fba_forwarding", "relationship": "needs"},
    {"from": "amazon_fba_seller", "to": "fba_forwarding", "relationship": "needs"},
    {"from": "amazon_fba_seller", "to": "relabeling", "relationship": "may_need"},
    {"from": "shopify_seller", "to": "storage", "relationship": "needs"},
    {"from": "shopify_seller", "to": "order_fulfillment", "relationship": "needs"},
    {"from": "shopify_seller", "to": "returns", "relationship": "may_need"},
    {"from": "receiving", "to": "wms", "relationship": "recorded_in"},
    {"from": "order_fulfillment", "to": "carriers", "relationship": "uses"},
    {"from": "jiayunship", "to": "unsuitable_heavy", "relationship": "service_limit"}
  ],
  "last_updated": "2026-06-19"
}
