Can the sync jobs reach BigCommerce and Dynamics GP right now? (read-only)
Every recent BC order the job targets (status 10/11), each flagged OK / Questionable / Failed. OK = in GP, one SOP, external_order_id stamped, values match. Questionable = synced and values match but external_order_id not stamped back (GP order is fine; only the back-reference is missing). Failed = missing from GP, duplicated, or a value mismatch.
For posted non-web GP orders in the window: did they make it to BigCommerce? (0 candidates is normal in staging — there are no manually-keyed GP orders to push.)
Two independent signals. Sync job status answers did the GP → BC push actually run and succeed? (straight from Hangfire — the direct sync-failure signal). Validate inventory reconciles each BigCommerce variant against GP web availability (QTYONHND − ATYALLOC at the WAREHOUSE location), computed straight from the GP base tables so it also catches the _AG_Webstore_Item_Sync view's overflow/wrap bug that the sync itself can't see. Findings are labelled New (act now) vs Known (muted backlog, from the committed baseline), and split into Sync accuracy (does BC match GP right now — 0 is the green light, best checked right after the sync; shown expanded) vs Pre-existing (long-standing catalog problems, independent of today's sync — collapsed by default so they don't bury the sync signal). Every verdict comes with a plain-English reason. Read-only — safe anywhere.
Order round trip: creates a synthetic test order in BigCommerce, then (by default) runs the real SyncOrdersToGP path, verifies the resulting GP sales order, and tears both sides down. Toggle Create order only to stage the order unsynced. To seed an inventory drift for the check above, run un-checked against a physical product (via the override) and keep orders — SyncOrdersToGP allocates stock in GP, leaving BC higher than GP; use run inventory sync to push GP → BC and reconcile it. Writes to both systems — staging / local only.
Disabled: the app is targeting production. Write diagnostics (order round trip) only run against staging or a local development environment.