Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mystoq (Python SDK)

Official Python SDK for Mystoq - the simplest way to launch a cash-on-delivery online store in Algeria & MENA.

PyPI License: MIT

Install

pip install mystoq

Quickstart

from 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']}")

Why Mystoq

  • 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

https://mystoq.com

License

MIT - by Hartem Yaakoub · TKAWEN ecosystem.

TKAWEN Ecosystem

This project is part of the TKAWEN ecosystem — open APIs and tools for emerging-market digital infrastructure.

Built by Hartem Yaakoub - MIT licensed - Refreshed 2026-06-02.

About

Official Python SDK for Mystoq - cash-on-delivery e-commerce for Algeria & MENA.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages