Nova Poshta Integration Platform

Integrate Nova Poshta into your business systems

Cover

Getting API Keys

Quick Start with the Nova Poshta API

Cover

Methods

Learn more about the methods and how to use them

Cover

Available integrations

Shopify and BaseLinker to quickly launch shipping


From signup to your first request - in minutes

Your first API request should be the easiest part of getting started. With clear endpoints, copy-and-paste examples, and fast authentication, you'll be up and running in just a few minutes - no long setup, no technical barriers.

No confusion. No unnecessary complexity. Just a quick start and your first successful request.

Quick Start The methods

index.js
// Add a new key
const api = new DeliveryAPI({ apiKey: "YOUR_API_KEY" });

// Create a Nova Poshta shipment in a single request
const shipment = await api.novaPoshta.createShipment({
  recipient: "John Dow",
  city: "Wrocław",
  warehouse: "5",
  weight: 2
});

console.log("Shipment create:", shipment.trackingNumber);

Business capabilities offered by the Nova Poshta API

  • Process and ship orders faster

  • Provide direct access to Nova Poshta features and shipment info where it’s convenient for your customers

  • Consolidate all customer shipment data within your own systems

Contact us