| Image | Name | Game | Condition | Price | Actions | |
|---|---|---|---|---|---|---|
Loading products... | ||||||
| Image | Name | Game | Condition | Price | Actions | |
|---|---|---|---|---|---|---|
Loading... | ||||||
| # | Date | Customer | Type | Items | Total | Payment | Shipping | Address | |
|---|---|---|---|---|---|---|---|---|---|
Loading orders… | |||||||||
| Customer | Items | Total | Date | Actions |
|---|---|---|---|---|
| Loading… | ||||
| Customer | Items | Total | Date | Actions |
|---|---|---|---|---|
| Loading… | ||||
| Customer | Items | Total | Date | Actions |
|---|---|---|---|---|
| Loading… | ||||
| Name | Type | Orders | Total Spent | First Order | Last Order | Last Address | ||
|---|---|---|---|---|---|---|---|---|
Loading customers… | ||||||||
| Code | Discount | Min Spend | Uses | Stacks w/ Sale | Active |
|---|---|---|---|---|---|
Loading… | |||||
sold_listings collection for authenticated admins.| Item | Qty | Unit Price | Total | Date |
|---|---|---|---|---|
Loading… | ||||
| Path | Description |
|---|---|
| / | Landing page — Buy, Sell & Trade Cards |
| /shop | Product catalog & search |
| /scanner | Card Scanner (OCR + pricing) |
| /3dprint | 3D Print Lab — interactive part viewer |
| /find | Check the Backroom & Scout |
| /exchange | Sell/Trade submissions |
| /consign | Consignment requests |
| /checkout | Cart & checkout (Stripe/PayPal/Zelle) |
| /about | About page |
| /contact | Contact form |
| /faq | FAQ |
| /terms | Terms of Service |
| /privacy | Privacy Policy |
| /success | Post-purchase confirmation |
| /api-docs | GE Partner API documentation |
| /upload | Reference image upload |
| admin.game-enthusiasts.com | Admin panel (this page) |
| /cc | Claude Chat bridge |
| /declaude-update | DesClaude status monitor |
| Service | Region | Description |
|---|---|---|
| claude.game-enthusiasts.com/cc1/ | PHX | Claude 1 — chat + terminal |
| claude.game-enthusiasts.com/cc2/ | PHX | Claude 2 — chat + terminal |
| claude.game-enthusiasts.com/cc3/ | PHX | Claude 3 — chat + terminal |
| claude.game-enthusiasts.com/cc4/ | PHX | Claude 4 — chat + terminal |
| claude.game-enthusiasts.com/cc5/ | CHI | Claude 5 — chat + terminal |
| claude.game-enthusiasts.com/cc6/ | CHI | Claude 6 — chat + terminal |
| claude.game-enthusiasts.com/cc7/ | CHI | Claude 7 — chat + terminal |
| claude.game-enthusiasts.com/cc8/ | CHI | Claude 8 — chat + terminal |
| /health, /stats, /files/* | — | Per-instance health, VM stats, render files |
| /manage/* | — | Spawn/remove instances, conferences |
| Service | Route | Description |
|---|---|---|
| ge-functions | /api/* | Main API — payments, submissions, emails, webhooks |
| ocr-card | Direct | OCR pipeline + Partner API v2 + Jira integration |
| deepseek-ocr | Direct | Deepseek model OCR (Python/Flask) |
| slicer | Direct | Image slicing service (Python/Flask) |
| Method | Endpoint | Description |
|---|---|---|
| POST | /create-payment-intent | Stripe payment intent |
| POST | /process-paypal-order | PayPal order processing |
| POST | /validate-cart-promo | Promo code validation |
| POST | /stripe-webhook | Stripe webhook receiver |
| GET | /stripe-balance | Stripe account balance |
| GET | /stripe-config | Stripe public config |
| POST | /stripe-payout | Initiate payout |
| POST | /stripe-refund | Process refund |
| POST | /stripe-tax-payout | Tax-specific payout |
| GET | /paypal-balance | PayPal balance |
| GET | /paypal-client-id | PayPal client ID |
| GET | /get-announcement | Site announcements |
| GET | /get-sale-config | Sale configuration |
| GET | /get-vapid-key | Push notification VAPID key |
| GET | /tax-rate | Tax rate lookup (alias: /get-tax-rate) |
| GET | /get-scouts | Scout listings |
| POST | /submit-consignment | Consignment request |
| POST | /submit-offer | Purchase offer |
| POST | /submit-request | Card request |
| POST | /submit-return | Return request |
| POST | /submit-review | Product review |
| POST | /submit-scout | Scout submission |
| POST | /offer-action | Accept/decline offer |
| POST | /auto-decline-offers | Auto-decline config |
| POST | /send-form-email | Form submission email |
| POST | /send-chat-message | Chat message |
| POST | /send-delay-notice | Shipping delay notice |
| POST | /test-admin-push | Test push notification |
| POST | /newsletter-subscribe | Newsletter signup |
| POST | /save-push-subscription | Save push subscription |
| POST | /save-stock-alert | Stock alert signup |
| POST | /notify-scouts | Notify scouts |
| POST | /delete-scout | Delete scout |
| POST | /create-shipping-label | Create shipping label |
| POST | /scan-card | Card OCR scan |
| POST | /tcg-listings | TCG marketplace listings |
| POST | /pricecharting | PriceCharting lookup |
| POST | /ebay-price | eBay price lookup |
| POST | /ge-api | Partner API handler |
| POST | /ge-api-register | Partner API registration |
| POST | /abandoned-cart-recovery | Abandoned cart emails (scheduled) |
| POST | /tax-reminder | Tax reminders (scheduled) |
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /ge-api/register | Public | Register for API key |
| GET | /ge-api/products | Key | List/search products |
| GET | /ge-api/products/:id | Key | Get single product |
| POST | /ge-api/products/bulk | Key | Bulk product lookup |
| GET | /ge-api/summary | Key | Inventory summary |
| GET | /ge-api/games | Key | List all games |
| GET | /ge-api/sets | Key | List sets for a game |
| GET | /ge-api/recent-sales | Key | Recent sales history |
| GET | /ge-api/webhooks | Key | List webhooks |
| POST | /ge-api/webhooks | Key | Register webhook |
| DELETE | /ge-api/webhooks/:id | Key | Delete webhook |
?key=<key> or Authorization: Bearer <key> · Rate limit: 100 req/min| Method | Endpoint | Description |
|---|---|---|
| POST | /webhook-dispatch | Manual webhook dispatch |
| POST | /jira/create | Create Jira issue |
| GET | /jira/list | List Jira issues |
| POST | /jira/bulk-create | Bulk create Jira issues |
| GET | /jira/projects | List Jira projects |