Mediloop

Marketplace API

Build commerce experiences on Mediloop: discover products, manage listings, place orders, process payments and receive marketplace events.

Authentication

OAuth 2.0

Permissions

marketplace:*

Rate limit

120 requests / min

Response

200 OK

Overview

The Marketplace API is the commerce layer for public-safe products. Prescription-required and otherwise restricted medicines are not exposed for public marketplace sale.

Key capabilities

Catalog

Discover products, categories, pricing and availability.

Listings

Create and publish seller-specific Marketplace offers.

Orders

Create and track orders through the commerce lifecycle.

Payments

Track payment, refund, settlement and payout state.

Available endpoints

AreaCore endpointsPurpose
Catalog/products · /categoriesProduct discovery
Listings/listingsSeller offers and publishing
Compliance/publish-guardPublic marketplace eligibility
Orders/ordersCheckout and order lifecycle
Payments/payments · /refunds · /settlementsFinancial lifecycle
WebhooksMarketplace event typesReal-time state changes

Workflow

1

Discover

2

Create listing

3

Publish

4

Order

5

Settle

Authentication

Authenticated request
GET /v1/products HTTP/1.1
Host: api.mediloop.com
Authorization: Bearer $ACCESS_TOKEN
X-Tenant-Id: $TENANT_ID

Common use cases

Use caseAPIs
Marketplace storefrontCatalog + Listings
Seller portalListings + Compliance
CheckoutOrders + Payments
Finance operationsRefunds + Settlement + Reconciliation
Event-driven integrationWebhooks

Next steps

Start with Catalog →