Primary scenario LowCheckout API should create an order, validate payment state, prevent duplicate submissions, and return a typed error when inventory is unavailable. Generate integration tests around the public contract, not implementation details.
Stateful behavior MediumSpec appears to mutate or persist data. Add idempotency, rollback and cleanup assertions.