Skip to main content

Marketplace Apps Overview

Ikawaari includes an implemented marketplace app model for discovering, installing, and operating ecosystem applications.

What is currently implemented

Merchant-facing application capabilities include:

  • listing available marketplace apps
  • viewing application details
  • installing an app
  • managing installed app subscriptions and webhook endpoints

Current merchant route families

Current route families include:

  • api/v1/merchant/marketplace/apps
  • api/v1/merchant/apps/installations/{installationId}/event_subscription
  • api/v1/merchant/apps/installations/{installationId}/webhook_endpoints
  • api/v1/merchant/apps/webhook_endpoints/{endpointId}

Documentation priorities

The marketplace apps section should expand into:

  • app discovery and installation
  • scope and permission model
  • event subscription management
  • webhook endpoint lifecycle
  • secret rotation
  • UI extension capabilities and slot model
  • troubleshooting for failed or disabled integrations

Detailed guides

Why this matters

Marketplace apps are a major part of Ikawaari's extensibility model and should be documented as a first-class capability for merchants and partners.