@tkawen/mystoq-yalidine-bridge
v0.1.2
Published
Yalidine shipping bridge for Mystoq stores
Maintainers
Readme
@tkawen/mystoq-yalidine-bridge
English — Yalidine shipping bridge for Mystoq stores
عربي — جسر الشحن مع Yalidine لمتاجر Mystoq.
Install · التثبيت
npm install @tkawen/mystoq-yalidine-bridgeOpen helper library to connect a Yalidine shipping account with a Mystoq store.
Yalidine is Algeria's largest COD delivery network. Mystoq integrates with them natively, but if you're building your own integration (or a custom backend), this small library does the heavy lifting.
Install
npm install @tkawen/mystoq-yalidine-bridgeUse
import { YalidineBridge } from "@tkawen/mystoq-yalidine-bridge";
const yalidine = new YalidineBridge({
apiId: process.env.YALIDINE_API_ID,
apiToken: process.env.YALIDINE_API_TOKEN,
});
// Quote a shipment
const price = await yalidine.quote({ fromWilaya: 23, toWilaya: 16, stopDesk: true });
// Create a parcel from a Mystoq order
const parcel = await yalidine.createParcel({ order, productPrice: 3490 });Mystoq does this for you
If you use the Mystoq platform, Yalidine integration is built in - no code required. This repo is for advanced/custom builds.
License
MIT - by Hartem Yaakoub.
🏛️ TKAWEN Ecosystem · منظومة تكوّن
EN — Part of TKAWEN, Algeria's software ecosystem: commerce, certification, meetings and AI infrastructure. One organisation, one trust layer.
عربي — جزء من تكوّن، المنظومة البرمجية الجزائرية: تجارة، توثيق، اجتماعات، وبنية ذكاء اصطناعي. مؤسّسة واحدة، طبقة ثقة واحدة.
Packages · الحزم: @tkawen/mystoq-sdk · @tkawen/mystoq-react · @tkawen/mystoq-mcp-server · @tkawen/mystoq-seo-toolkit · @tkawen/mystoq-maystro-bridge · @tkawen/mystoq-whatsapp-bridge · @tkawen/mystoq-yalidine-bridge · @tkawen/liqaa-js · @tkawen/liqaa-react
MCP Gateway: mcp.tkawen.com — official in the Model Context Protocol Registry (com.tkawen/intelligence-gateway)
Web: tkawen.com · Author · المؤلّف: Hartem Yaakoub · License: MIT
