{
  "version": "rowva_mapping_manifest_v1",
  "sample": "warehouse_cleanup",
  "generated_at": "2026-06-06T00:00:00Z",
  "canonical_entity": "inventory_item",
  "mappings": [
    {
      "source": "sku",
      "canonical": "sku",
      "generic_csv_xlsx": "sku",
      "quickbooks_online": "Product/Service Name",
      "xero": "ItemCode"
    },
    {
      "source": "warehouse",
      "canonical": "location_name",
      "generic_csv_xlsx": "location",
      "quickbooks_online": "Inventory Site review field",
      "xero": "Tracking option review field"
    },
    {
      "source": "qty",
      "canonical": "quantity_on_hand",
      "generic_csv_xlsx": "quantity_on_hand",
      "quickbooks_online": "Qty On Hand",
      "xero": "Opening Balance Quantity review field"
    },
    {
      "source": "last_counted",
      "canonical": "inventory_count_date",
      "generic_csv_xlsx": "inventory_count_date",
      "quickbooks_online": "As of Date",
      "xero": "Inventory Date review field"
    }
  ]
}
