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
{
"payload": {
"Orders": [
{ "AmazonOrderId": "902-…", "OrderStatus": "Shipped" },
{ "AmazonOrderId": "903-…", "OrderStatus": "Pending" }
],
"NextToken": "AAAA…"
}
}Start with the marketplace APIs technical teams already integrate
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.
Your application
Sends method, path, query and body with a store API key.
Muvexa proxy
Handles authorization, token refresh, signing, request logs and platform routing.
Amazon SP-API
/v1/amazon/executeDaraz Open Platform
/v1/daraz/execute{
"method": "GET",
"path": "/orders/v0/orders",
"query": { "MarketplaceIds": "ATVPDKIKX0DER" }
}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| Seller ID | Platform | Marketplace | Token |
|---|---|---|---|
| A3K2...9QF | Amazon | US | Connected |
| A1Y7...2LM | Amazon | DE | Connected |
| DZ-88214 | Daraz | PK | Connected |
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.
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.
AI-generated images
Marketplace-ready product visuals
The API layer comes first: connected stores and marketplace rules give AI Studio the context it needs.
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
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 docscurl -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.