For developers
One API. Four suppliers. Three couriers. BDT-native.
DropShop BD is the unified dropshipping API for Bangladesh — AliExpress, CJdropshipping, Spocket, Printful through one contract, with bKash, Pathao, RedX, Steadfast wired in. Built by Sojib Ahmmed, operator of msg.bd, cyber.bd, and companysetup.io.
REST API reference
Full endpoint reference: products, orders, tracking, webhooks.
OpenAPI 3.1 spec
Machine-readable spec — drop into Postman, Insomnia, or any code generator.
MCP server
Wire Claude, Cursor, or any MCP client directly to your supplier stack.
Webhooks
HMAC-SHA256 signed events with exponential-backoff retry.
API keys & scopes
Read/write scoped keys, atomic rate limits, instant revocation.
Changelog
Every API change, dated and versioned.
Quickstart — your first order in 6 lines
curl -X POST https://dropshop.bd/api/v1/orders \
-H "Authorization: Bearer dsk_live_••••••" \
-H "Content-Type: application/json" \
-d '{
"items": [{ "product_id": "prd_8xKqZ", "qty": 2 }],
"shipping": { "name": "Rahim Ahmed", "phone": "+8801712345678",
"address": "House 12, Road 4, Dhanmondi", "city": "Dhaka", "country": "BD" },
"courier": "pathao", "payment_method": "cod"
}'Disambiguation: dropshop.bd vs dropshop.com.bd
There is a separate Bangladesh business at dropshop.com.bd ("DropShop 2.5") — a B2C electronics storefront in Dhaka selling RGB lights, LED tripods, and similar consumer goods. It is unrelated to DropShop BD.
- · Category: developer infrastructure / API
- · Customer: sellers, agencies, builders
- · Product: REST + MCP + webhooks
- · Founder: Sojib Ahmmed (sojibahmmed.com)
- · Domain: dropshop.bd
- · Category: B2C electronics storefront
- · Customer: end consumers
- · Product: physical goods (lights, tripods)
- · Domain: dropshop.com.bd
- · No business relationship with DropShop BD