NewAmazon SP-API and Daraz Open Platform, through Muvexa

One proxy endpoint
for each marketplace API

Create an account, authorize a store, and call marketplace APIs from the online console or your backend. Free includes 100 calls per day; Pro is unlimited.

Free API integration · 100 calls a day · Store authorization included

console.muvexa.co/console/explorer
GET/orders/v0/ordersSend
200 OK142 ms · 2.4 KB
{
  "payload": {
    "Orders": [
      { "AmazonOrderId": "902-…", "OrderStatus": "Shipped" },
      { "AmazonOrderId": "903-…", "OrderStatus": "Pending" }
    ],
    "NextToken": "AAAA…"
  }
}

Start with the marketplace APIs technical teams already integrate

AmazonDarazShopeeComing soonTikTok ShopComing soonWalmartComing soonEtsyComing soon
Proxy model

Keep platform complexity behind one endpoint.

After authorizing a store, test in the online console or send method, path, query and body from your backend. Both plans use the same endpoints; Muvexa handles access, signing and request logs.

One Muvexa proxy endpoint for Amazon SP-API.
One Muvexa proxy endpoint for Daraz Open Platform.
Original platform responses stay intact, so your team is not locked into a rewritten business model.

Your application

Sends method, path, query and body with a store API key.

Amazon SP-API

/v1/amazon/execute

Daraz Open Platform

/v1/daraz/execute
Example proxy requestPOST
{
  "method": "GET",
  "path": "/orders/v0/orders",
  "query": { "MarketplaceIds": "ATVPDKIKX0DER" }
}
API Console

Test online or integrate from your backend.

Free and Pro accounts can authorize stores, test in the API Console, and connect their backend to Muvexa's Amazon or Daraz endpoint. Free includes 100 calls per day.

Learn more
Store AuthorizationAll platforms
Seller IDPlatformMarketplaceToken
A3K2...9QFUSConnected
A1Y7...2LMDEConnected
DZ-88214PKConnected

Managed store authorization

Generate a marketplace-scoped link, and refresh tokens stay encrypted on our side.

Original API access

On Free or Pro, send method, path, query and body from your backend while preserving the original platform response.

Readable failures

403s and authorization errors come back with a cause and a fix, not just a code.

Per-store keys

One API Key per store, rotatable, with no plaintext refresh token ever exposed.

Request logs

Method, path, status and latency for every call — metadata only, never bodies.

No buyer PII

Buyer PII and restricted buyer-data endpoints are outside the documented public proxy surface.

Next: AI Studio

Generate listing copy and product imagesComing soon

After the API proxy layer, Muvexa will help teams generate marketplace-ready titles, bullet points, descriptions and product visuals from a product brief.

AI-generated copy

Title, bullets and description

Product brief

Insulated stainless steel bottle, 750 ml, for outdoor and gym buyers. Keep the tone clear, confident and compliant.

TitleBullet pointsDescription

AI-generated images

Marketplace-ready product visuals

Built for marketplace API integration

1

proxy endpoint per platform

Amazon and Daraz each expose one Muvexa request endpoint

100

free API calls a day

Per account, no card required, resets at UTC midnight

20+

marketplaces

Amazon SP-API, Daraz Open Platform, and more on the way

0

buyer records stored

Buyer restricted-data endpoints are not exposed in public docs

Developers

Call the original API through Muvexa.

API integration is available on Free and Pro. Authenticate with the store API key, then send method, path, query and body. Free includes 100 calls per day; Pro is unlimited.

Read the docs
curl -X POST https://openapi.muvexa.co/v1/amazon/execute \
  -H "Authorization: Bearer $MUVEXA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "method": "GET",
    "path": "/orders/v0/orders",
    "queryParams": {
      "MarketplaceIds": "ATVPDKIKX0DER",
      "CreatedAfter": "2026-01-01T00:00:00Z"
    }
  }'

Start with one proxy endpoint

Register, authorize a store, and start testing or integrating through the API for free. Upgrade to Pro when you need unlimited calls.