Lion Parcel System & API Documentation
Bangun integrasi dan kelola pengiriman dengan mudah menggunakan API dan Dashboard Lion Parcel. Mulai dari cek tarif, create shipment, tracking, webhook, hingga panduan penggunaan fitur di dashboard, semua tersedia dalam satu dokumentasi terpadu.
// Import the SDK
import ExampleAPI from "example-api";
// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });
// Send your first message
const response = await client.messages.send({
message: "Hello, world!"
});
Last updated



