Skip to main content
The Orders API is the first seller API surface. It is read-only and scoped to the store that owns the API token. All endpoints require:

List recent orders

Required scope: orders:read. Response:
customGatewayId and customGatewayName are nullable in the current seller API response.

Get one order

Required scope: orders:read. Response:
buyer is returned only when the token has orders:buyer:read. Without that scope, buyer is null.

Get payment status

Required scope: payments:read. Response:
Payment statuses:

Not found and access denied

If the token belongs to another store, or the order does not exist, Gamecart returns a Problem Details error instead of exposing which condition happened.