gplay-orders
gplay orders (admin commerce: view + refund)
gplay orders is the admin commerce surface: look up an order by its order
ID, and, when warranted, refund it. Both commands are [experimental].
Shared conventions (auth, output, exit codes, --package pinning,
--dry-run/--confirm) are in gplay-cli-usage.
The admin/runtime boundary. orders is for when a human or agent already
holds an order ID (from a buyer complaint, a chargeback, a payout report)
and wants to read or reverse it. That is an admin diagnostic. It is not
real-time purchase-token verification (purchases.products /
purchases.subscriptionsv2), which is a runtime API gplay does not wrap. If the
task is "verify this in-app purchase token from my backend", this is the wrong
surface.
An order ID looks like GPA.1234-5678-9012-34567. Orders are keyed by
package, so the pinned package (or --package) scopes the lookup.