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)
    • 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

Crossborder / Points (PL)

Działanie crossborder i punkty:#

Wstęp#

Obsługa crossborder i punktów PUDO jest identyczna.
Crossborder jest dostepny o ile dany produkt występuje w cenniku dla klienta.
CollectionType w endpoint /products powinien zawierać obiekt z tekstem CROSSBORDER lub POINT:
"collectionTypes": ["CROSSBORDER"]
w momencie wybrania tego produktu, miejsca nadania pobieramy poprzez endpoint /points dla productId = wybrany produkt wraz z pozostałymi parametrami - otrzymamy listę terminali / punktów. Alternatywnie zamiast productId można podać kod przewoźnika i otrzymamy pełną listę punktów (Get carrier datas (PL))
wybrany terminal (id) / punkt (id) wstawiamy jako pointId w sekcji senderAddress.

Kurierzy dla Crossborder:#

DHL DE
Balikovna
POST NORD DIRECT LINK
Royal Mail
Spring

Dla pełnej integracji:#

/products - produkty dla kryteriów
/products/addons - dodatki do wybranego produktu
/points -> pobranie punktów dla produktu crossborder/point
/order/price - przeliczenie całościowe zamówienia
/order/validate - walidacja danych
/order - zamawianie

Szybka ścieżka (Fast order Integration (PL)):#

należy udostępnić klientowi wybór kategorii usług dodatkowych (można listę stworzyć na podstawie endpointu Get available carrier list)
dla wyceny wykorzystujemy Simplified order placement - new z parametrem onlyPricing = true i dajemy collectionType jako CROSSBORDER
terminale / punkty można pobrać poprzez Get shipment/receiving dla konkretnych przewoźników
Po poprawnej / potwierdzeniu wyceny można złożyć zamówienie w identyczny sposób - onlyPricing = false, createFully = true

Przykład#

.../v1/order/bestPrice?onlyPricing=true&createFully=false
Body Type : application/json
{
"shipment": {
"length": 10,
"width": 10,
"height": 10,
"weight": 5,
"quantity": 1,
"integrationName": "DHL DE"
},
"collectionType": "CROSSBORDER",
"content": "gazety",
"paymentId": 3,
"receiverType": "PERSON",
"receiverAddress": {
"name": "rrr",
"postCode": "32085",
"city": "Berlin",
"street": "august",
"houseNumber": "2",
"countryId": 23,
"phone": "1234567890",
"email": "ala@o2.pl",
"contactPerson": "testowy"
},
"senderAddress": {
"name": "globkurier",
"postCode": "41-160",
"city": "Katowice",
"street": "korfantego",
"houseNumber": "128A",
"countryId": 1,
"phone": "321234567",
"email": "biuro@globkurier.pl",
"contactPerson": "testowy",
"pointId":"ZGORZELEC"
},
"addons":{
"INSURANCE": {"value":50}
}
}
Modified at 2025-07-17 12:35:12
Previous
Shipment search (EN)
Next
Crossborder / Points (EN)
Built with