Your shop, warehouse, CRM or AI agent can quote a price, book a shipment and pull the label on its own. The API is free and the key is created in the account in a couple of minutes.
The whole path is below. If an AI agent does the integration, this page plus the documentation links at the end are enough.
curl -G https://yousend.lv/api/production/v1/services/calculate \
-d country_code=de \
-d zip_code=10115 \
-d package_type=1 \
-d send_adr=0 \
-d weight[]=2 \
-d length[]=30 -d width[]=20 -d height[]=10
curl -X POST https://yousend.lv/api/production/v1/services/order-store \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: shop-order-1042' \
-d '{"service_code":"dpd_classic","package_type":"1",
"send_adr":"0","reason_for_export":"sold",
"country_code":"de","zip_code":"10115",
"recipient_name":"Anna Berg","recipient_city":"Berlin",
"recipient_address_1":"Torstrasse 1",
"recipient_phone":"4915112345678",
"recipient_email":"anna@example.com",
"parcel_description":"Books",
"parcel_price":"25.00","parcel_currency":"0",
"parcel_pickup_date":"2026-08-03 12:00:00",
"parcel_pickup_address":"Lacplesa iela 87, Riga",
"weight":["2"],"length":["30"],
"width":["20"],"height":["10"]}'
An honest list: only what works today.
For WooCommerce there is a ready plugin — download it and install it yourself. For the other platforms write to us on WhatsApp: you talk to a human right away.
Create a key and try the first request. If something does not add up, write to us and we will help.
Cookies remember your login, language and other small things — the internet would simply fall apart without them, so they are always on. We also ask you not to switch off supporting analytics and ad statistics: they help us offer you better technical and product solutions. More in our Privacy Policy.