Skip to main content
NowPost Developer Platform

Build on the infrastructure of modern commerce.

APIs, SDKs, and integration guides for checkout, pickup points, logistics partners, and order operations — everything you need to ship faster.

RESTAPI
GraphQLQueries
SDKJavaScript
MapsWidget
POST/orders
const order = await nowpost.orders.create({
  customer: "Ada Lovelace",
  destination: "Lekki Phase 1",
  pickupPoint: "np_pudo_lekki_24",
});
NowPost pickup points map widget preview
Ready when you are

Start with the quickstart, then move into the reference.

Follow a step-by-step guide from authentication to your first live order.

01
AuthenticateGenerate your API key from the dashboard in seconds.
02
Create an orderPOST /orders with customer, destination, and pickup point.
03
Ship & trackLive webhooks notify your system at every delivery milestone.