2025-12-11

API Reference

REST endpoints for authentication, catalog, pricing, listings, orders, and analytics. Built for automation and integrations.

Base URL

https://api.iearneasy.com

Versioning

All endpoints are prefixed with /api/v1; breaking changes are versioned.

Authentication

Use Bearer JWT in the Authorization header. Obtain tokens via login endpoints.

Pagination

Standard page/limit with total counts on list endpoints.

Rate limits

Reasonable per-IP and per-user limits apply; contact us for higher quotas.

Web API

https://api.iearneasy.com/api/docs

Authentication

JWT Bearer tokens; refresh via login endpoints. Use HTTPS in production.

Catalog & Listings

Manage products, translations, listings, media, and bulk publish flows.

Pricing

Create margin rules, compute landed costs, and fetch fee-inclusive prices.

Orders & Fulfillment

Create, fetch, and update orders; sync tracking; handle cancellations and returns.

Analytics

Access KPIs, heatmaps, and performance summaries per platform.

FAQ

How do I authenticate?

api.faq.items.auth.a

Is there a sandbox?

Use non-production credentials and separate test stores; rate limits apply.

How are breaking changes handled?

We ship new versions under /api/v1-style prefixes and announce deprecations in advance.