Mediloop
APIsMarketplace APIOrders API overview

Orders API overview

Create, manage and track Marketplace orders from checkout through fulfillment.

Authentication

OAuth 2.0

Permissions

marketplace:write

Rate limit

120 requests / min

Response

200 OK

Overview

Create, manage and track Marketplace orders from checkout through fulfillment.

Key capabilities

Unified ordering

Create marketplace orders.

Tracking

Follow fulfillment status.

Secure

Tenant- and role-scoped access.

Events

React to order changes.

Available endpoints

MethodEndpointPurpose
POST/ordersCreate order
GET/ordersList orders
GET/orders/{id}Get order
POST/orders/{id}/cancelCancel order

Workflow

01

Created

02

Paid

03

Processing

04

Fulfilled

Authentication

Use OAuth 2.0 credentials and the least-privilege Marketplace scopes required by your application.

Common use cases

ScenarioRecommendation
Interactive applicationsUse scoped user/organization access
Back-office syncUse server-side credentials and idempotency
High-volume jobsUse pagination and respect rate limits

Next steps

Marketplace API Reference →