Free tier available
Mit Uniship loslegen
Erstellen Sie Ihr kostenloses Konto und führen Sie Ihren ersten API-Aufruf in unter 5 Minuten durch. Keine Kreditkarte erforderlich.
quickstart.js
import Uniship from '@uniship/sdk'
const client = new Uniship('sk_test_...')
const shipment = await client.shipments.create({
carrier: 'inpost',
sender: { name: 'My Store', city: 'Warsaw', ... },
recipient: { name: 'Jan Kowalski', city: 'Krakow', ... },
parcels: [{ weight: 2.5 }]
})
console.log(shipment.tracking_number)
// → "JJD000390007727344"5 minutes
to first shipment
· How it works
Three steps to shipping
From sign-up to first shipment in under 5 minutes. No onboarding calls, no contracts.
Step 01
Get your API key
Create a free account and grab your sandbox API key in seconds. No credit card, no commitment.
Step 02
Install the SDK
npm install @uniship/sdk — one package, all five APIs. TypeScript-first with full autocomplete.
Step 03
Ship your first parcel
Create a shipment, generate a label, and track the delivery. All in under 20 lines of code.
Konto erstellen
Geben Sie Ihre Daten ein, um mit einem kostenlosen Uniship-Konto zu starten.
Hilfe beim Einstieg?
Unsere Dokumentation deckt alles ab, von der Authentifizierung bis zu erweiterten Funktionen. Tauchen Sie ein und fangen Sie an zu bauen.
Dokumentation lesen