Sell on Daraz with automatic inventory and order sync
OAuth-based Daraz Seller Center integration. List products, sync inventory across all your channels, and process orders in one place.
Nafaa's Daraz integration uses secure OAuth to connect your Daraz Seller Center account. Products, prices, and inventory sync bidirectionally. Orders from Daraz flow into your Nafaa dashboard alongside your other channels for unified fulfillment.
What you get with Daraz
Bidirectional inventory sync
When you sell offline in Nafaa, Daraz stock updates. When Daraz sells, your Nafaa stock updates. Perfect harmony.
Bulk product publishing
List hundreds of products on Daraz in minutes. Category mapping and variant support built in.
Unified order fulfillment
Daraz orders arrive in Nafaa with customer details, payment status, and shipping labels ready to print.
Dynamic pricing
Set channel-specific pricing. Charge premium on Daraz to cover commissions. All automatic.
Marketplace analytics
Which products sell best on Daraz vs offline? Nafaa shows you exactly.
Review notifications
Get notified in Nafaa when a customer leaves a Daraz review. Respond quickly to protect ratings.
Live in 8 minutes
No developers required. No complex code.
- 01
Click Connect Daraz
In Nafaa, go to Integrations → Daraz → Connect.
- 02
Authorize via OAuth
You are redirected to Daraz Seller Center to grant Nafaa secure access. No passwords shared.
- 03
Map categories
Match your Nafaa product categories with Daraz's taxonomy for optimal search placement.
- 04
Publish and sync
Push products live to Daraz. Sync runs every fifteen minutes automatically.
See it in code
// Nafaa handles the Daraz OAuth flow automatically
// This is what happens behind the scenes:
async function handleDarazCallback(code, state) {
const tokens = await fetch('https://auth.daraz.pk/oauth/token', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
grant_type: 'authorization_code',
code,
redirect_uri: 'https://app.nafaa.pk/oauth/daraz/callback',
}),
}).then(r => r.json());
// Store encrypted tokens in Nafaa tenant config
await nafaa.integrations.daraz.save({
accessToken: tokens.access_token,
refreshToken: tokens.refresh_token,
sellerId: tokens.seller_id,
expiresAt: Date.now() + tokens.expires_in * 1000,
});
// Trigger initial product and order sync
await nafaa.integrations.daraz.sync({ full: true });
}Features
- Product catalog sync
- Inventory sync
- Order import
- Shipping label printing
- Variant support
- Review notifications
- Sponsored ads management
What you need to start
- Active Daraz Seller Center account
- Verified seller status on Daraz
- Nafaa Pro plan or higher
Perfect use cases
Fashion and garments retailers
Electronics and mobile accessories
Home goods and lifestyle products
Beauty and personal care brands
Questions about Daraz
Frequently paired with
Start running your business on Nafaa today
Join thousands of Pakistani businesses growing faster with the country's most complete platform.