Get order price
Developing
Testing Env
https://test.api.globkurier.pl
Testing Env
https://test.api.globkurier.pl
GET
/v1/order/price
Request
Query Params
productId
integer
required
Example:
605
length
string
required
Example:
1
width
string
required
Example:
1
height
string
required
Example:
1
weight
string
required
Example:
1
quantity
string
required
Example:
1
userCountryId
integer
optional
Should be passed for a non-logged-in user only with a populated "userTaxId" field.
Should not be passed if a logged-in user token was sent.
Example:
1
userTaxId
string
optional
Should be transferred for a non-logged-in user only with the "userCountryId" field filled in.
Should not be transferred if a logged-in user token was sent.
senderCountryId
integer
required
Example:
1
senderPostCode
string
optional
Field requirement depends on the "hasPostCodes" value from the /countries resource.
Example:
01-001
receiverCountryId
string
required
Example:
1
receiverPostCode
string
optional
Field requirement depends on the "hasPostCodes" value from the /countries resource
Example:
41-100
receiverTaxId
string
optional
paymentId
integer
required
Example:
2
addonIds[]
array[string]
optional
Example:
["768"]
insuranceValue
number
optional
Example:
500
cashOnDeliveryValue
string
optional
Example:
400
discountCode
string
optional
Header Params
Accept-Language
string
optional
Example:
pl
X-Auth-token
string
optional
Request samples
Responses
Modified at 2025-05-20 13:05:36