Skip to content

Getting Started ​

Zymeup is a logistics infrastructure platform providing a unified API layer for merchants, carriers, and platform operators.

Core Capabilities ​

  • EPOD — Electronic Proof of Delivery
  • ECMR — Electronic CMR with compliant signing
  • Order / Shipment — Order and freight management
  • Address — Global address book and field mapping
  • Product / Age Verification — Product catalog and age-restricted goods

Choose Your SDK ​

RoleSDKTypical Users
Merchant / ShipperZymeupUserSDKE-commerce platforms, brands, warehouse merchants
CarrierZymeupCarrierSDKExpress companies, last-mile delivery, self-delivery

Authentication & Base URL ​

All SDKs use Bearer Token authentication:

bash
Authorization: Bearer <your-api-key>

Production Base URL:

bash
https://api.zymeup.com/api/v1

Override Base URL at runtime via baseUrl constructor option.

Released under the MIT License.