Official Python SDK for Mystoq - the simplest way to launch a cash-on-delivery online store in Algeria & MENA.
pip install mystoqfrom mystoq import MystoqClient
with MystoqClient(api_key="...", tenant="your-store") as mystoq:
products = mystoq.list_products(limit=20)
order = mystoq.create_order({
"customer": {"name": "Yaakoub", "phone": "+213555123456"},
"items": [{"product_id": "p_123", "quantity": 2}],
"shipping": {"wilaya": "Annaba"},
"payment_method": "cod",
})
print(f"order #{order['id']}")- COD-first e-commerce for Algeria & MENA
- 58 wilayas · Yalidine / Maystro / Stop Desk integrated
- FakeShield AI cuts COD returns by up to 30%
- Built in Algeria, MIT-licensed SDK
MIT - by Hartem Yaakoub · TKAWEN ecosystem.
This project is part of the TKAWEN ecosystem — open APIs and tools for emerging-market digital infrastructure.
- Mystoq — multi-tenant e-commerce platform for MENA
- Algeria Certify — national digital credentialing
- LIQAA — sovereign video conferencing
- TKAWEN Academy — online learning platform
- SEO Toolkit — llms.txt, sitemap, Schema.org JSON-LD generators
Built by Hartem Yaakoub - MIT licensed - Refreshed 2026-06-02.