> For the complete documentation index, see [llms.txt](https://docs.gameket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gameket.io/sumary.md).

# Sumary

## Gameket Merchant API Documentation

### Table of Contents

* Introduction
* Getting Started
* Authentication
  * Token Generation
  * Using Bearer Tokens
  * Token Expiry & Refresh
  * API Key Rotation
* Core Concepts
  * Request Headers
  * Idempotency
  * Query Parameters
* Merchant Profile
  * Get Profile
  * Get Current Store
* Products
  * List Products
  * Create Product
  * Update Product
  * Delete Product
  * Manage Stock
  * Callback URL
* Orders
  * List Orders
  * Get Order Codes
  * Add Order Codes
  * Complete Order
  * Refund Order
  * Cancel Order
* Rate Limiting
  * General Rate Limits
  * Token Issuance Limits
  * Rate Limit Headers
  * Handling 429 Responses
* Error Handling
  * Error Codes
  * Error Response Format
  * Common Issues
* Examples & Guides
  * cURL Examples
  * Node.js Integration
  * Python Integration
  * Webhook Handling
