GlobKurier
  1. Integration via the Globkurier API
GlobKurier
  • Integration via the Globkurier API
    • Introduction (PL)
    • Introduction (EN)
    • Integration Strategy (PL)
    • Integration Strategy (EN)
    • Full Integration (PL)
    • Full Integration (EN)
    • Fast order Integration (PL)
    • Fast order Integration (EN)
    • Pricing Summary before ordering (PL)
    • Pricing Summary before ordering (EN)
    • Shipment search (PL)
    • Shipment search (EN)
    • Crossborder / Points (PL)
    • Crossborder / Points (EN)
    • Labels (PL)
    • Labels (EN)
    • Tracking (PL)
    • Tracking (EN)
    • Get carrier data (PL)
    • Get carrier data (EN)
    • Addon categories (PL)
    • Addon categories (EN)
    • Order with customs (PL)
    • FAQ (PL)
    • FAQ (EN)
    • Przykłady / Examples Crossborder
    • Endpoints
      • Dictionary
        • Addresses
          • Get list of countries
          • Get states for country
          • Get shipment/receiving points
          • Get Polish addresses
          • Get list of cities
        • Carriers
          • Get available carrier list
          • Get shipment/receiving points
        • Finance
          • Get available currency list
        • Orders
          • Get available order content
        • Agreements
          • Get agreements
      • Authentication
        • Generate token
        • Refresh token
        • Remove token
      • Fast order
        • Simplified order placement (bestprice)
      • Full integration
        • Get products
        • Get addons for product
        • Get discount code information
        • Get available courier arrival times to the sender for the shipment
        • Get payments
        • Get bank account numbers
        • Get order price
        • Get custom required fields
        • Create order
        • Partial order validation
        • Create order for courier pick up
      • Payments
        • Get list of available methods
        • Generate form data for online order payment
        • Prepaid top-up
        • Changing payment method for online order
      • Orders
        • Get order
        • Get list of orders for the protocol
        • Get protocol
        • Get labels
        • Get shipment statuses
      • User
        • Get user data
        • Get user coupon data
        • Register user
        • Edit user
        • Get company information
        • Get user invoice list
        • Get invoice
        • Get compressed list of invoices
        • Get invoice email
        • Get account and payment statistics
        • Get list of payment methods
        • Get selected payment method
        • Create selected payment method
        • Remove selected payment method
        • Get order statistics
        • Get list of customs documents for the order
        • Get list of options for saving user preferences
        • Save user preferences
        • Send SMS with a verification code
      • Users
        • AddressBook
          • Edit sender contact in address book
          • Add sender contact in address book
          • Delete sender contact from address book
          • Edit receiver contact in address book
          • Add receiver contact in address book
          • Delete receiver contact from address book
          • Get senders contacts from address book
          • Get receiver contacts from address book
          • Import sender contacts to address book
          • Import receiver contacts to address book
        • get company for user
        • Update user currency
        • User return carrier list
        • Manage user return carrier list
      • AddressBook
        • Add sender contact to address book
        • Add receiver contact to address book
        • Get senders address book
        • Get receivers address book
        • Edit sender contact into address book
        • Edit receiver contact into address book
        • Delete sender contact from address book
        • Delete receiver contact from address book Copy
      • Order templates
        • Add template
        • Get tempalate list
        • Edit template
        • Delete template
  1. Integration via the Globkurier API

Przykłady / Examples Crossborder

I. Simplified order placement (bestprice)#

1. Eurohermes:#

a. Niemcy / Germany
{
"shipment": {
"length": 1,
"width": 1,
"height": 1,
"weight": 1,
"quantity": 1,
"integrationName": "DHL DE"
},
"senderAddress": {
"name": "Testowy Nadawca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01-001",
"country": "PL",
"pointId": "ZGORZELEC",
"phone": "123123123",
"email": "testowy.nadawca@testowy.nadawca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"receiverAddress": {
"name": "Testowy Odbiorca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01001",
"country": "DE",
"phone": "123123123",
"email": "testowy.odbiorca@testowy.odbiorca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"content": "Książki / books",
"paymentId": 4,
"originId": "API",
"declaredValue": "50",
"purpose": "SOLD",
"collectionType": "CROSSBORDER",
"referenceNumber": "TEST/1234",
"deliveryType": "PICKUP"
}
b. Francja / France
{
"shipment": {
"length": 1,
"width": 1,
"height": 1,
"weight": 1,
"quantity": 1,
"integrationName": "COLISSIMO"
},
"senderAddress": {
"name": "Testowy Nadawca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01-001",
"country": "PL",
"pointId": "ZGORZELEC",
"phone": "123123123",
"email": "testowy.nadawca@testowy.nadawca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"receiverAddress": {
"name": "Testowy Odbiorca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01001",
"country": "FR",
"phone": "123123123",
"email": "testowy.odbiorca@testowy.odbiorca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"content": "Książki / Books",
"paymentId": 4,
"originId": "API",
"declaredValue": "50",
"purpose": "SOLD",
"collectionType": "CROSSBORDER",
"referenceNumber": "TEST/1234",
"deliveryType": "PICKUP"
}

2. Spring:#

a. Hiszpania / Spain, Niemcy / Germany, Portugalia / Portugal, Włochy / Italy, Rumunia / Romania (UE):
{
"shipment": {
"length": 1,
"width": 1,
"height": 1,
"weight": 1,
"quantity": 1,
"integrationName": "Cross Border"
},
"senderAddress": {
"name": "Testowy Nadawca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01-001",
"country": "PL",
"pointId": "WROCLAW",
"phone": "123123123",
"email": "testowy.nadawca@testowy.nadawca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"receiverAddress": {
"name": "Testowy Odbiorca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01001",
"country": "ES",
"phone": "123123123",
"email": "testowy.odbiorca@testowy.odbiorca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"content": "Książki / books",
"paymentId": 4,
"originId": "API",
"declaredValue": "50",
"purpose": "SOLD",
"collectionType": "CROSSBORDER",
"referenceNumber": "TEST/1234",
"deliveryType": "PICKUP"
}

3. UK – Spring#

{
"shipment": {
"length": 1,
"width": 1,
"height": 1,
"weight": 1,
"quantity": 1,
"integrationName": "Cross Border"
},
"senderAddress": {
"name": "Testowy Nadawca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "01-001",
"country": "PL",
"pointId": "WROCLAW",
"phone": "123123123",
"email": "testowy.nadawca@testowy.nadawca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"receiverAddress": {
"name": "Testowy Odbiorca",
"city": "Testowe Miasto",
"street": "Testowa Ulica",
"houseNumber": "1x",
"apartmentNumber": "2a",
"postCode": "M2 1ST",
"country": "GB",
"phone": "123123123",
"email": "testowy.odbiorca@testowy.odbiorca.pl",
"contactPerson": "Testowa Osoba",
"nip": "2532451081"
},
"content": "Książki / books",
"paymentId": 4,
"originId": "API",
"declaredValue": "50",
"purpose": "SOLD",
"collectionType": "CROSSBORDER",
"referenceNumber": "TEST/1234",
"deliveryType": "PICKUP",
"customs": {
"currency": "PLN",
"total": "150",
"totalWeight": "5",
"sender": {
"eori": "PL.........."
},
"receiver": {
"eori": "GB..........."
},
"commodities": [
{
"description": "Sponge blocks (castle)",
"hsCode": "95069990",
"countryOfOrigin": "PL",
"quantity": "1",
"unitValue": "150",
"unitWeight": "5",
"subTotalValue": "150"
}
],
"postalCharges": "0",
"purpose": "SaleOfGoods",
"vatRegistrationNumber": "PL...........",
"vatRegistrationNumberReceiver": "GB...................."
}
}
Modified at 2025-10-31 13:29:44
Previous
FAQ (EN)
Next
Get list of countries
Built with