# Manastore API - [Introduction](https://api-docs.manastore.com/index.md): Manastore API Documentation - [Create Order](https://api-docs.manastore.com/api-reference/endpoint/orders/create_order.md): Creates an order directly without going through the cart flow - [List Orders](https://api-docs.manastore.com/api-reference/endpoint/orders/get_orders.md): Returns a paginated list of orders for the authenticated user with optional filtering - [Get Order](https://api-docs.manastore.com/api-reference/endpoint/orders/get_order.md): Returns detailed information about a specific order - [Download Order Codes](https://api-docs.manastore.com/api-reference/endpoint/orders/download_codes.md): Downloads a ZIP file containing digital codes for the order - [Get Order Codes](https://api-docs.manastore.com/api-reference/endpoint/orders/get_codes.md): Returns digital codes for the order in JSON format - [Download Invoice](https://api-docs.manastore.com/api-reference/endpoint/orders/download_invoice.md): Downloads a PDF invoice for the order - [List Products](https://api-docs.manastore.com/api-reference/endpoint/products/list_products.md): Returns a paginated list of products with optional filtering - [Search Products](https://api-docs.manastore.com/api-reference/endpoint/products/search_products.md): Search products by term and return paginated results - [Get Product](https://api-docs.manastore.com/api-reference/endpoint/products/get_product.md): Returns details for a single product - [List Wallets](https://api-docs.manastore.com/api-reference/endpoint/wallets/list_wallets.md): Returns a paginated list of wallets belonging to the authenticated user - [Webhooks](https://api-docs.manastore.com/api-reference/endpoint/webhooks/webhooks_overview.md): Real-time event notifications for your application - [API Limits & Errors](https://api-docs.manastore.com/api-reference/endpoint/other/api_limits.md): Rate limits, page sizes, and error handling for the API