Shopify Copilot Tax Matching Agent: human-in-the-loop review + tests (stack 3/3) - #10409
Open
Onat Buyukakkus (onbuyuka) wants to merge 6 commits into
Open
Shopify Copilot Tax Matching Agent: human-in-the-loop review + tests (stack 3/3)#10409Onat Buyukakkus (onbuyuka) wants to merge 6 commits into
Onat Buyukakkus (onbuyuka) wants to merge 6 commits into
Conversation
Onat Buyukakkus (onbuyuka)
temporarily deployed
to
triage
August 19, 2026 12:55 — with
GitHub Actions
Inactive
13 tasks
Onat Buyukakkus (onbuyuka)
force-pushed
the
features/445769-3-hitl
branch
from
August 19, 2026 13:03
af14356 to
f9241d6
Compare
Onat Buyukakkus (onbuyuka)
marked this pull request as ready for review
August 19, 2026 13:11
Onat Buyukakkus (onbuyuka)
temporarily deployed
to
triage
August 19, 2026 13:11 — with
GitHub Actions
Inactive
Onat Buyukakkus (onbuyuka)
force-pushed
the
features/445769-3-hitl
branch
from
August 19, 2026 13:16
f9241d6 to
fa460a8
Compare
Onat Buyukakkus (onbuyuka)
force-pushed
the
features/445769-3-hitl
branch
from
August 19, 2026 15:01
fa460a8 to
640c7a5
Compare
Onat Buyukakkus (onbuyuka)
force-pushed
the
features/445769-3-hitl
branch
from
August 20, 2026 16:01
1e71bf6 to
feaee22
Compare
Contributor
|
Sun Haoran (haoranpb)
previously approved these changes
Aug 24, 2026
Onat Buyukakkus (onbuyuka)
temporarily deployed
to
triage
August 24, 2026 07:21 — with
GitHub Actions
Inactive
Darrick (darjoo)
previously approved these changes
Aug 24, 2026
Joshua (mynjj)
previously approved these changes
Aug 24, 2026
Onat Buyukakkus (onbuyuka)
dismissed stale reviews from Joshua (mynjj), Darrick (darjoo), and Sun Haoran (haoranpb)
August 24, 2026 15:50
The merge-base changed after approval.
…ce and tests Adds the review UI on top of the matching engine: the Tax Match Review page and order tax-lines part, the order / sales-order / shop-card page extensions with the review drill-through and Discovered uptake, and the stateless notification codeunit. Grants the review pages in the permission set and adds the Architecture and TestMatrix documentation. Adds the review-specific tests (rate-conflict review flow and the human-in-the- loop notification / undo-approval behaviour) to the test app whose engine suites and unit tests shipped in the previous layer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
…faces, review-page tuning - Add the standard MIT copyright header to all new review-UI and review-test .al files, matching the rest of the Shopify connector. - On the base Sales Order page, affix the added control (ShpfyTaxMatchApplied) and brand the caption/action as "Shopify Tax Match Applied" / "Review Shopify Tax Match" so users see the data originates from Shopify. - Narrow the review tax-lines part helper SetTaxLineFilter to internal so it is not a published contract. - SetLoadFields on the review page's tax-line and order-line scans (SnapshotTaxLines, HasPendingEdits, RevertTaxLineEdits, BuildTaxLineFilter). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
Follows the Shpfy affix rename of the base-table members through the review-UI layer: the Sales Order page control now binds Rec."Shpfy Tax Match Applied", the review page and the HITL/rate-conflict tests reference "Shpfy Created by Agent" and "Shpfy Verified", and Architecture.md/TestMatrix.md field references are updated. Captions are unchanged, so the concept prose still matches the UI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
Reflect the review feedback in Architecture.md: the per-tax-line (0000UN0) and per-tax-area (0000UN1) events are now Normal traces rather than Used uptake, and the guardrail-unavailable event (0000UNV) is Error rather than Warning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
Reflect the scope changes in Architecture.md: 0000UMG/UMH/UMJ and 0000UMM/UMN/UMO are now ExtensionPublisher-scoped, and 0000UMM logs the HTTP status code as a custom dimension instead of the echoed AOAI error text. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
Log the 0000UMU "tax review opened" usage event only when the review page actually opens; emit a distinct 0000UN9 event when the drill-through falls back to the raw Shopify order, so the metric no longer counts opens that did not happen. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 86eff15e-fcd8-43b1-9984-5aca2b37e9f7
Onat Buyukakkus (onbuyuka)
force-pushed
the
features/445769-3-hitl
branch
from
August 24, 2026 19:13
feaee22 to
0c07abf
Compare
Darrick (darjoo)
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 3 of 3 of a stacked PR that splits #7453 (AB#445769). Stacks on #10408 — review/merge #10407 then #10408 first.
This layer — human-in-the-loop review experience + review tests
Together, the three layers reproduce #7453 exactly (verified: this branch's tree is byte-for-byte identical to the original PR head).
Stack (bottom-up)
main(Shopify connector: persist order Tax Area Code, Tax Liable, and Tax Exempt (stack 1/3) #10407)