MAPPING FIXTURE
{
"order": "demo-1042",
"price_list": "wholesale-b2b",
"payment": "captured",
"fulfillment": "partial",
"decision": "review-tax"
}A concrete, privacy-safe slice of how I map Shopify orders, B2B pricing, accounting entries, and fulfillment state without letting one system silently drift.
Shopify → accountingB2B price guardrailsreconciliation + trainingOrder, tax, payment, inventory, and fulfillment read-backs are checked independently.
{
"order": "demo-1042",
"price_list": "wholesale-b2b",
"payment": "captured",
"fulfillment": "partial",
"decision": "review-tax"
}Field map, test fixtures, exception matrix, end-to-end checklist, accountant training notes, and a runbook for the external web developer.