# LaunchMyStore Developers ## Docs - [Dashboard Summary](https://docs.launchmystore.io/api-reference/analytics/overview.md): Get aggregated KPIs for the requested range (sales, orders, customers). - [Top Products](https://docs.launchmystore.io/api-reference/analytics/products.md): Best-selling products and product-view metrics for the requested range. - [Sales Analytics](https://docs.launchmystore.io/api-reference/analytics/sales.md): Sales totals, conversion rate, AOV, and breakdowns for the range. - [App Analytics](https://docs.launchmystore.io/api-reference/app-analytics/overview.md): Per-app analytics: installs over time, active stores, function invocations, webhook delivery success. - [App Subscriptions](https://docs.launchmystore.io/api-reference/app-billing/subscriptions.md): Create, list, and cancel per-app billing subscriptions for an installed app. - [App Billing Transactions](https://docs.launchmystore.io/api-reference/app-billing/transactions.md): List and inspect per-charge billing transactions for an installed app. - [Usage Records](https://docs.launchmystore.io/api-reference/app-billing/usage-records.md): Record metered (usage-based) charges and inspect the current cap, accrued spend, and remaining headroom for an installation. - [Test a Function](https://docs.launchmystore.io/api-reference/apps/function-test.md): Compile and execute a function in an ephemeral sandbox without installing it. - [App Installations](https://docs.launchmystore.io/api-reference/apps/installations.md): List, configure, and uninstall app installations on a merchant store - [Installation Rollback](https://docs.launchmystore.io/api-reference/apps/rollback.md): Roll a specific installation back to a previous version, or resume auto-updates - [App Versions](https://docs.launchmystore.io/api-reference/apps/versions.md): Manage app versions — create, publish, deprecate, and view install counts - [API Authentication](https://docs.launchmystore.io/api-reference/authentication.md): Authenticate your API requests to LaunchMyStore - [List Invoices](https://docs.launchmystore.io/api-reference/billing/invoices.md): List invoices for the merchant store with pagination and date filters. - [List Subscriptions](https://docs.launchmystore.io/api-reference/billing/subscriptions.md): List the merchant store subscriptions (newest first). - [Get Billing Summary](https://docs.launchmystore.io/api-reference/billing/summary.md): Get the merchant's plan, credit balance, and active subscription. - [Create Article](https://docs.launchmystore.io/api-reference/blogs/articles/create.md): Create a new article in a blog - [Delete Article](https://docs.launchmystore.io/api-reference/blogs/articles/delete.md): Delete an article - [Get Article](https://docs.launchmystore.io/api-reference/blogs/articles/get.md): Retrieve a single article - [List Articles](https://docs.launchmystore.io/api-reference/blogs/articles/list.md): Retrieve a list of articles in a blog - [Update Article](https://docs.launchmystore.io/api-reference/blogs/articles/update.md): Update an existing article - [Create Blog](https://docs.launchmystore.io/api-reference/blogs/create.md): Create a new blog - [Delete Blog](https://docs.launchmystore.io/api-reference/blogs/delete.md): Delete a blog - [Get Blog](https://docs.launchmystore.io/api-reference/blogs/get.md): Retrieve a single blog - [List Blogs](https://docs.launchmystore.io/api-reference/blogs/list.md): Retrieve a list of blogs - [Update Blog](https://docs.launchmystore.io/api-reference/blogs/update.md): Update an existing blog - [Add to Cart](https://docs.launchmystore.io/api-reference/cart/add.md): Add an item to the cart - [Clear Cart](https://docs.launchmystore.io/api-reference/cart/clear.md): Remove all items from the cart - [Get Cart](https://docs.launchmystore.io/api-reference/cart/get.md): Retrieve the current cart - [Remove from Cart](https://docs.launchmystore.io/api-reference/cart/remove.md): Remove or change a cart item - [Update Cart](https://docs.launchmystore.io/api-reference/cart/update.md): Update cart items or attributes - [Create Collection](https://docs.launchmystore.io/api-reference/collections/create.md): Create a new collection - [Delete Collection](https://docs.launchmystore.io/api-reference/collections/delete.md): Delete a collection - [Get Collection](https://docs.launchmystore.io/api-reference/collections/get.md): Retrieve a single collection by ID - [List Collections](https://docs.launchmystore.io/api-reference/collections/list.md): Retrieve a list of collections - [Update Collection](https://docs.launchmystore.io/api-reference/collections/update.md): Update an existing collection - [Create Customer](https://docs.launchmystore.io/api-reference/customers/create.md): Create a new customer - [Get Customer](https://docs.launchmystore.io/api-reference/customers/get.md): Retrieve a single customer by ID - [List Customers](https://docs.launchmystore.io/api-reference/customers/list.md): Retrieve a list of customers - [Update Customer](https://docs.launchmystore.io/api-reference/customers/update.md): Update an existing customer - [Payout Methods](https://docs.launchmystore.io/api-reference/developer/payout-methods.md): Add, view, and remove the destination where developer earnings are paid out. - [Developer Payouts](https://docs.launchmystore.io/api-reference/developer/payouts.md): Earnings summary, payout history, and payout details for an app developer. - [Create Discount](https://docs.launchmystore.io/api-reference/discounts/create.md): Create a new discount code - [Delete Discount](https://docs.launchmystore.io/api-reference/discounts/delete.md): Delete a discount code - [Get Discount](https://docs.launchmystore.io/api-reference/discounts/get.md): Retrieve a single discount code - [List Discounts](https://docs.launchmystore.io/api-reference/discounts/list.md): Retrieve a list of discount codes - [Update Discount](https://docs.launchmystore.io/api-reference/discounts/update.md): Update an existing discount code - [Delete File](https://docs.launchmystore.io/api-reference/files/delete.md): Delete a file from the media library - [List Files](https://docs.launchmystore.io/api-reference/files/list.md): Get all files in the media library - [Upload File](https://docs.launchmystore.io/api-reference/files/upload.md): Upload a file to the media library - [Cancel Fulfillment](https://docs.launchmystore.io/api-reference/fulfillments/cancel.md): Cancel a fulfillment - [Create Fulfillment](https://docs.launchmystore.io/api-reference/fulfillments/create.md): Create a fulfillment for order items and automatically mark the order as shipped - [List Fulfillments](https://docs.launchmystore.io/api-reference/fulfillments/list.md): Get all fulfillments for an order - [Fulfillment Services](https://docs.launchmystore.io/api-reference/fulfillments/services.md): Register your app as a fulfillment provider so the platform shows tracking, attributes shipments, and routes fulfillment callbacks correctly. - [Update Fulfillment](https://docs.launchmystore.io/api-reference/fulfillments/update.md): Update fulfillment tracking information - [Create Gift Card](https://docs.launchmystore.io/api-reference/gift-cards/create.md): Create a new gift card - [Disable Gift Card](https://docs.launchmystore.io/api-reference/gift-cards/disable.md): Disable a gift card - [Get Gift Card](https://docs.launchmystore.io/api-reference/gift-cards/get.md): Get a gift card by ID - [List Gift Cards](https://docs.launchmystore.io/api-reference/gift-cards/list.md): Get all gift cards - [Adjust Inventory](https://docs.launchmystore.io/api-reference/inventory/adjust.md): Adjust inventory levels by a relative amount - [List Inventory Levels](https://docs.launchmystore.io/api-reference/inventory/list.md): Retrieve inventory levels for products - [Set Inventory Level](https://docs.launchmystore.io/api-reference/inventory/set.md): Set inventory to an absolute value - [Create Location](https://docs.launchmystore.io/api-reference/locations/create.md): Create a new inventory location - [List Locations](https://docs.launchmystore.io/api-reference/locations/list.md): Get all inventory locations - [Create Menu](https://docs.launchmystore.io/api-reference/menus/create.md): Create a new navigation menu - [Delete Menu](https://docs.launchmystore.io/api-reference/menus/delete.md): Delete a navigation menu - [Get Menu](https://docs.launchmystore.io/api-reference/menus/get.md): Retrieve a single navigation menu with links - [List Menus](https://docs.launchmystore.io/api-reference/menus/list.md): Retrieve a list of navigation menus - [Update Menu](https://docs.launchmystore.io/api-reference/menus/update.md): Update an existing navigation menu - [Bulk Upsert Metafields (Admin API only)](https://docs.launchmystore.io/api-reference/metafields/bulk.md): Upsert many metafields in a single request. Used by the admin resource editors. - [Create or Upsert Metafield](https://docs.launchmystore.io/api-reference/metafields/create.md): Create a new metafield, or update if one already exists for the same owner+namespace+key - [Create Metafield Definition](https://docs.launchmystore.io/api-reference/metafields/definitions/create.md): Create a new metafield definition. Admin API only. - [Delete Metafield Definition](https://docs.launchmystore.io/api-reference/metafields/definitions/delete.md): Delete a metafield definition. Values are NOT deleted. Admin API only. - [Get Metafield Definition](https://docs.launchmystore.io/api-reference/metafields/definitions/get.md): Fetch one metafield definition by id. Admin API only. - [List Metafield Definitions](https://docs.launchmystore.io/api-reference/metafields/definitions/list.md): List metafield definitions for a store. Admin API only. - [Metafield Definitions Overview](https://docs.launchmystore.io/api-reference/metafields/definitions/overview.md): Schema for metafields — type, validations, label, pinning. Admin API only. - [Update Metafield Definition](https://docs.launchmystore.io/api-reference/metafields/definitions/update.md): Update an existing metafield definition. Admin API only. - [Delete Metafield](https://docs.launchmystore.io/api-reference/metafields/delete.md): Permanently delete a metafield by id - [Get Metafield by ID (Admin API only)](https://docs.launchmystore.io/api-reference/metafields/get.md): Retrieve a single metafield by id. Available on the Admin API only — not in the OAuth App API. - [List Metafields](https://docs.launchmystore.io/api-reference/metafields/list.md): List the metafields your app has written - [Metafields Overview](https://docs.launchmystore.io/api-reference/metafields/overview.md): Add typed, namespaced custom data to any storefront resource - [Update Metafield](https://docs.launchmystore.io/api-reference/metafields/update.md): Update value or type of an existing metafield by id - [Authorize](https://docs.launchmystore.io/api-reference/oauth/authorize.md): Start the OAuth 2.0 authorization code flow for a merchant - [Revoke Token](https://docs.launchmystore.io/api-reference/oauth/revoke.md): Invalidate an access token (and its paired refresh token) - [Token Exchange](https://docs.launchmystore.io/api-reference/oauth/token.md): Exchange an authorization code or refresh token for an access token - [Create Order](https://docs.launchmystore.io/api-reference/orders/create.md): Create a new order - [Fulfill Order](https://docs.launchmystore.io/api-reference/orders/fulfill.md): Create a fulfillment for an order - [Get Order](https://docs.launchmystore.io/api-reference/orders/get.md): Retrieve a single order by ID - [List Orders](https://docs.launchmystore.io/api-reference/orders/list.md): Retrieve a list of orders - [Update Order](https://docs.launchmystore.io/api-reference/orders/update.md): Update an existing order - [API Overview](https://docs.launchmystore.io/api-reference/overview.md): REST API reference for LaunchMyStore - [Create Page](https://docs.launchmystore.io/api-reference/pages/create.md): Create a new page - [Delete Page](https://docs.launchmystore.io/api-reference/pages/delete.md): Delete a page - [Get Page](https://docs.launchmystore.io/api-reference/pages/get.md): Retrieve a single page - [List Pages](https://docs.launchmystore.io/api-reference/pages/list.md): Retrieve a list of pages - [Update Page](https://docs.launchmystore.io/api-reference/pages/update.md): Update an existing page - [List Policies](https://docs.launchmystore.io/api-reference/policies/list.md): Get all store policies - [Update Policy](https://docs.launchmystore.io/api-reference/policies/update.md): Update a store policy - [Create Product](https://docs.launchmystore.io/api-reference/products/create.md): Create a new product - [Delete Product](https://docs.launchmystore.io/api-reference/products/delete.md): Delete a product - [Get Product](https://docs.launchmystore.io/api-reference/products/get.md): Retrieve a single product by ID - [List Products](https://docs.launchmystore.io/api-reference/products/list.md): Retrieve a list of products - [Update Product](https://docs.launchmystore.io/api-reference/products/update.md): Update an existing product - [API Rate Limits](https://docs.launchmystore.io/api-reference/rate-limits.md): Per-app sliding-window rate limits, headers, and best practices - [Create Redirect](https://docs.launchmystore.io/api-reference/redirects/create.md): Create a URL redirect - [Delete Redirect](https://docs.launchmystore.io/api-reference/redirects/delete.md): Delete a URL redirect - [List Redirects](https://docs.launchmystore.io/api-reference/redirects/list.md): Get all URL redirects - [Search Autocomplete](https://docs.launchmystore.io/api-reference/search/autocomplete.md): Get search suggestions for autocomplete - [Search Collections](https://docs.launchmystore.io/api-reference/search/collections.md): Search for collections - [Search Products](https://docs.launchmystore.io/api-reference/search/products.md): Search for products - [Get Store Settings](https://docs.launchmystore.io/api-reference/settings/get.md): Read the merchant store general settings. - [List Payment Providers](https://docs.launchmystore.io/api-reference/settings/payments.md): List enabled payment providers. Provider secrets are stripped from the response. - [List Shipping Zones](https://docs.launchmystore.io/api-reference/settings/shipping.md): List the merchant store shipping zones (read-only). - [List Tax Rules](https://docs.launchmystore.io/api-reference/settings/taxes.md): List the merchant store tax rules (read-only). - [Update Store Settings](https://docs.launchmystore.io/api-reference/settings/update.md): Patch a whitelisted subset of the merchant store general settings. - [Create Shipping Zone](https://docs.launchmystore.io/api-reference/shipping-zones/create.md): Create a new shipping zone - [Delete Shipping Zone](https://docs.launchmystore.io/api-reference/shipping-zones/delete.md): Delete a shipping zone - [List Shipping Zones](https://docs.launchmystore.io/api-reference/shipping-zones/list.md): Get all shipping zones - [Update Shipping Zone](https://docs.launchmystore.io/api-reference/shipping-zones/update.md): Update a shipping zone - [Get Shop](https://docs.launchmystore.io/api-reference/shop/get.md): Retrieve shop information and settings - [Update Shop](https://docs.launchmystore.io/api-reference/shop/update.md): Update shop settings - [Theme Assets](https://docs.launchmystore.io/api-reference/themes/assets.md): Manage theme assets - [Get Theme](https://docs.launchmystore.io/api-reference/themes/get.md): Retrieve a single theme - [List Themes](https://docs.launchmystore.io/api-reference/themes/list.md): Retrieve a list of installed themes - [Template Sections](https://docs.launchmystore.io/api-reference/themes/sections.md): Manage sections within page templates - [Theme Settings](https://docs.launchmystore.io/api-reference/themes/settings.md): Manage theme global settings - [Create Variant](https://docs.launchmystore.io/api-reference/variants/create.md): Create a new variant for a product - [Delete Variant](https://docs.launchmystore.io/api-reference/variants/delete.md): Delete a product variant - [Get Variant](https://docs.launchmystore.io/api-reference/variants/get.md): Get a single variant by ID - [List Variants](https://docs.launchmystore.io/api-reference/variants/list.md): Get all variants for a product - [Update Variant](https://docs.launchmystore.io/api-reference/variants/update.md): Update an existing variant - [Webhook Delivery Logs](https://docs.launchmystore.io/api-reference/webhooks/delivery-logs.md): Inspect, retry, and audit individual webhook delivery attempts - [GDPR Webhooks](https://docs.launchmystore.io/api-reference/webhooks/gdpr.md): Mandatory GDPR webhook topics, payload schemas, and compliance deadlines - [Webhooks Overview](https://docs.launchmystore.io/api-reference/webhooks/overview.md): Real-time event notifications - [Webhook Topics](https://docs.launchmystore.io/api-reference/webhooks/topics.md): List of available webhook topics - [Webhook Verification](https://docs.launchmystore.io/api-reference/webhooks/verification.md): HMAC-SHA256 signature spec, header reference, retry semantics, and language-by-language verification examples - [Actions Reference](https://docs.launchmystore.io/app-bridge/actions.md): Complete reference for all App Bridge actions - [App Bridge for Checkout](https://docs.launchmystore.io/app-bridge/checkout.md): Communicate between your checkout extension and the customer checkout host - [React Components](https://docs.launchmystore.io/app-bridge/components.md): Declarative React wrappers and UI primitives shipped with @launchmystore/app-bridge-react - [Error Handling](https://docs.launchmystore.io/app-bridge/error-handling.md): How App Bridge errors propagate, common failure modes, and recovery patterns - [App Bridge Overview](https://docs.launchmystore.io/app-bridge/overview.md): Communicate between your app iframe and the LaunchMyStore host - [Post-Purchase Bridge](https://docs.launchmystore.io/app-bridge/post-purchase-bridge.md): App Bridge action subset available to post-purchase extension iframes - [React Hooks](https://docs.launchmystore.io/app-bridge/react-hooks.md): React hooks for App Bridge integration - [Sessions & Authentication](https://docs.launchmystore.io/app-bridge/session-tokens.md): Authenticate API calls with JWT session tokens - [Filters](https://docs.launchmystore.io/aqua/filters.md): Transform and format output with Aqua filters - [Input Settings](https://docs.launchmystore.io/aqua/input-settings.md): Complete reference for all schema input setting types - [Layouts](https://docs.launchmystore.io/aqua/layouts.md): How layout files wrap rendered pages in an HTML shell - [Locales](https://docs.launchmystore.io/aqua/locales.md): Internationalising theme copy and schema labels - [Metafields in Aqua](https://docs.launchmystore.io/aqua/metafields.md): Read and render metafields in your theme using the {owner}.metafields.{namespace}.{key} pattern - [Global Objects](https://docs.launchmystore.io/aqua/objects.md): objects available in all templates - [Aqua Overview](https://docs.launchmystore.io/aqua/overview.md): Build themes with Aqua templating - [Section Schema](https://docs.launchmystore.io/aqua/schema.md): Define section and block settings with JSON schema - [Selling Plans](https://docs.launchmystore.io/aqua/selling-plans.md): Recurring purchase / subscription data on products in Aqua - [Tags](https://docs.launchmystore.io/aqua/tags.md): Control flow, loops, and template logic with Aqua tags - [Templates and Sections](https://docs.launchmystore.io/aqua/templates-and-sections.md): How JSON templates compose sections and blocks into pages - [Theme Structure](https://docs.launchmystore.io/aqua/theme-structure.md): Reference for the directory layout of a LaunchMyStore theme - [Pricing Models](https://docs.launchmystore.io/billing/pricing-models.md): Choose the right pricing model for your app - [Stripe Integration](https://docs.launchmystore.io/billing/stripe-integration.md): Set up Stripe for app billing - [Usage-Based Billing](https://docs.launchmystore.io/billing/usage-billing.md): Declare a metered pricing component in your app and report usage events per installation. - [Admin Action Extensions](https://docs.launchmystore.io/extensions/admin-actions.md): Add modal-triggered actions to admin resource pages - [Admin Block Extensions](https://docs.launchmystore.io/extensions/admin-blocks.md): Always-visible iframe panels embedded into admin resource pages - [Admin Print Action Extensions](https://docs.launchmystore.io/extensions/admin-print-actions.md): Custom print templates and printable web views for admin resources - [App Proxy](https://docs.launchmystore.io/extensions/app-proxy.md): Serve dynamic content from your app server on the merchant's own domain - [App Scripts](https://docs.launchmystore.io/extensions/app-scripts.md): Inject JavaScript into every storefront page without theme edits - [Checkout UI Extensions](https://docs.launchmystore.io/extensions/checkout-ui.md): Add iframe-rendered UI into the checkout at named target slots - [Customer Account Extensions](https://docs.launchmystore.io/extensions/customer-account.md): Inject app UI into the logged-in customer account pages - [Email Template Extensions](https://docs.launchmystore.io/extensions/email-templates.md): Customize transactional emails sent from the store - [Live Rate Providers](https://docs.launchmystore.io/extensions/live-rate-providers.md): Quote live shipping rates from your carrier API at checkout — the Carrier Service pattern for shipping apps. - [MCP Provider](https://docs.launchmystore.io/extensions/mcp-provider.md): Expose your app's capabilities as MCP tools so AI assistants can drive them - [Order Routing Rules](https://docs.launchmystore.io/extensions/order-routing.md): Declarative rules that decide which fulfillment location ships which lines - [Extensions Overview](https://docs.launchmystore.io/extensions/overview.md): Extend LaunchMyStore with custom UI for storefront, checkout, and admin - [POS Extensions](https://docs.launchmystore.io/extensions/pos-extensions.md): Iframe extensions for the LaunchMyStore Point-of-Sale app - [Post-Purchase Extensions](https://docs.launchmystore.io/extensions/post-purchase.md): Show an upsell, survey, or loyalty offer right after payment on the order status page - [Storefront Embeds](https://docs.launchmystore.io/extensions/storefront-embeds.md): Overlay scripts and inline HTML injected at or before , opt-in per theme - [Storefront Snippets](https://docs.launchmystore.io/extensions/storefront-snippets.md): Reusable Liquid includes shared across blocks, sections, and themes - [Theme Blocks](https://docs.launchmystore.io/extensions/theme-blocks.md): Add custom blocks to merchant storefronts - [Web Pixel Extensions](https://docs.launchmystore.io/extensions/web-pixel.md): Sandboxed JavaScript pixels that listen to customer-events on the storefront and checkout - [Function Active Limits](https://docs.launchmystore.io/functions/active-limits.md): Per-shop active-install caps per function type and how to manage them - [Cart Transform Functions](https://docs.launchmystore.io/functions/cart-transform.md): Modify cart line items, merge products, expand bundles - [Delivery Customization Functions](https://docs.launchmystore.io/functions/delivery-customization.md): Rename, hide, or reorder the merchant's shipping zones at checkout - [Discount Functions](https://docs.launchmystore.io/functions/discount.md): Apply custom discount logic to orders - [Fulfillment Constraints](https://docs.launchmystore.io/functions/fulfillment-constraints.md): Restrict which fulfillment locations can ship which cart lines and block orders that cannot be fulfilled - [Input field selection](https://docs.launchmystore.io/functions/input-fields.md): Project the function input down to the REST fields you actually read - [Local Pickup Options](https://docs.launchmystore.io/functions/local-pickup-options.md): Offer in-store / curbside pickup at merchant-owned locations as a delivery option - [Network access](https://docs.launchmystore.io/functions/network-access.md): Call external HTTP services from inside a function - [Order Validation Functions](https://docs.launchmystore.io/functions/order-validation.md): Block order placement based on cart, customer, or destination rules - [Functions Overview](https://docs.launchmystore.io/functions/overview.md): Custom business logic for cart, shipping, payments, discounts, and order placement - [Payment Customization Functions](https://docs.launchmystore.io/functions/payment-customization.md): Hide, rename, or reorder payment methods at checkout - [Pickup Point Options](https://docs.launchmystore.io/functions/pickup-point-options.md): Offer carrier-operated parcel lockers and partner pickup points as a delivery option - [Shipping Rate Functions](https://docs.launchmystore.io/functions/shipping-rate.md): Add custom shipping rates that appear alongside merchant zones - [App Lifecycle](https://docs.launchmystore.io/getting-started/app-lifecycle.md): Install, OAuth, scope updates, and uninstall — every event your app receives during its life on a merchant store - [App Listing & Detail Page](https://docs.launchmystore.io/getting-started/app-listing.md): How marketplace listings and the in-admin detail page render from your Apps row, and how to author every field that controls them. - [App Manifest (app.json)](https://docs.launchmystore.io/getting-started/app-manifest.md): The canonical reference for every field declared in an app.json manifest - [App Types & Tiers](https://docs.launchmystore.io/getting-started/app-types-and-tiers.md): Public, private, and first-party app types — and the four pricing tiers - [App Versioning & Rollback](https://docs.launchmystore.io/getting-started/app-versioning.md): Ship updates safely with semver, draft/publish flow, and per-installation rollback - [Authentication](https://docs.launchmystore.io/getting-started/authentication.md): Secure your app with OAuth 2.0 - [CLI Setup](https://docs.launchmystore.io/getting-started/cli-setup.md): Install and configure the LaunchMyStore CLI - [Your First App](https://docs.launchmystore.io/getting-started/first-app.md): Step-by-step guide to building a LaunchMyStore app - [Install handoff (/auth)](https://docs.launchmystore.io/getting-started/install-handoff.md): The /auth handoff your app serves to receive merchant installs from the LaunchMyStore marketplace - [Introduction](https://docs.launchmystore.io/introduction.md): Build apps that extend LaunchMyStore stores - [Claude.ai Custom Connector](https://docs.launchmystore.io/mcp/claude-ai-connector.md): Connect Claude on the web and mobile to your LaunchMyStore store via OAuth — no token to copy - [Building Your Own MCP Server](https://docs.launchmystore.io/mcp/custom-server.md): Create a custom MCP server for LaunchMyStore integration - [MCP Server](https://docs.launchmystore.io/mcp/overview.md): Use AI assistants to manage your LaunchMyStore store via Model Context Protocol - [MCP Tools Reference](https://docs.launchmystore.io/mcp/tools.md): Complete list of tools available through the MCP server - [Nova AI Assistant](https://docs.launchmystore.io/nova/overview.md): Your AI-powered store management assistant built into LaunchMyStore - [Nova Tools Reference](https://docs.launchmystore.io/nova/tools.md): Complete list of tools available to Nova AI and MCP - [Quickstart](https://docs.launchmystore.io/quickstart.md): Build your first LaunchMyStore app in 5 minutes ## OpenAPI Specs - [openapi](https://docs.launchmystore.io/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/launchmystore) - [Community](https://discord.gg/launchmystore) - [App Store](https://app.launchmystore.io/marketplace)