II.
SkillArea JSON
Structured · liveskill-area:order-fulfillment
Order Fulfillment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:order-fulfillment",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded-3.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Order Fulfillment",
"description": "Managing end-to-end order fulfillment operations — order orchestration,\ninventory allocation, split-shipment logic, carrier selection, shipping\nlabel generation, and tracking/notification workflows.\n",
"expertiseLevels": [
"practitioner",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:order-fulfillment",
"to": "domain:e-commerce",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:order-fulfillment",
"to": "domain:logistics",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": []
}