Documentation Index
Fetch the complete documentation index at: https://docs.merchantspring.io/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
The Marketplace Manager API follows REST conventions. All endpoints accept and return JSON.Base URL
Request format
- All request bodies must be JSON with
Content-Type: application/json - All timestamps are ISO 8601 in UTC (e.g.
2024-01-15T09:30:00Z) - IDs are strings
Response format
All responses share a consistent envelope:Pagination
List endpoints support cursor-based pagination via query parameters:| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number |
per_page | integer | 20 | Results per page (max 100) |
Available endpoints
Orders
Manage and fulfil orders across all connected marketplaces
Inventory
Query and update stock levels per SKU and marketplace
Listings
Create and manage product listings
Marketplaces
List and configure connected marketplace accounts
Full endpoint pages will be added here as the API is built out. Each section will include interactive request examples.