Getting started
Quickstart
Create an API key, send your first catalog payload, and render listing output.
Steps
- Create an API key in the dashboard under API keys.
- Send a
POST /v1/listingsrequest with a single SKU payload. - Inspect the normalized response and publish to your marketplace channel.
Sample request
POST /v1/listings
Authorization: Bearer <api_key>
Content-Type: application/json
{
"marketplace": "ebay",
"payload": { "sku": "HERM-001", "title": "4K Camera" }
}