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 (EN)

Crossborder operation and points:#

Wstęp#

Crossborder and PUDO point support is identical.
Crossborder is available as long as the product is included in the customer's price list.
CollectionType in endpoint /products should contain an object with text CROSSBORDER or POINT:
"collectionTypes": ["CROSSBORDER"]
when selecting this product, we retrieve the shipping location via endpoint /points for productId = selected product along with other parameters - we will get a list of terminals / points. Alternatively, instead of productId, you can enter the carrier code and get a full list of points (Get carrier datas (EN))
we insert the selected terminal (id) / point (id) as pointId in the senderAddress section.

Couriers for Crossborder:#

DHL DE
Balikovna
POST NORD DIRECT LINK
Royal Mail
Spring

For full integration:#

/products - products for the criteria
/products/addons - add-ons for the selected product
/points -> retrieve points for the crossborder/point product
/order/price - total order calculation
/order/validate - data validation
/order - ordering

Fast path (Fast order Integration (EN)):#

the customer should be given the option to choose the category of additional services (a list can be created based on the endpoint) Get available carrier list)
for valuation we use Simplified order placement - new with parameter onlyPricing = true and we give collectionType as CROSSBORDER
terminals / points can be downloaded via Get shipment/receiving for specific carriers
After correct/confirmed quote, you can place an order in the same way - onlyPricing = false, createFully = true

Example#

.../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-21 07:45:50
Previous
Crossborder / Points (PL)
Next
Labels (PL)
Built with