BigCommerce Ghost Check Fix
Fixed a race condition in BigCommerce order processing that could create ghost ID checks. When multiple requests processed the same order simultaneously, a temporary placeholder document could be returned to the customer before trigger evaluation completed. If no triggers matched, the placeholder was deleted, leaving the customer with a broken verification link. Order processing now evaluates triggers before writing any data, eliminating ghost checks entirely.