Method name
The method for obtaining settings for the possibility of paying customs duties by the sender and the maximum value of the parcel by country
Direction
UA-EU
HTTP Method
GET
Route(s)
.../v.1.0/dictionary/customs-fees/{code}
Autorization
Authorization: Bearer jwt-token…
The method allows users to obtain country-specific settings to determine whether a sender from Ukraine will be able to pay customs duties and the maximum allowable value of the parcel in case of sending a parcel abroad.
Name
Type
Description
code
string
Alpha-code of country
Example: PL - alpha-code of Poland
Request .../v.1.0/dictionary/customs-fees/{code}Response .../v.1.0/dictionary/customs-fees/{code}
Field
Type
Description
customFeeActive
boolean
Indication of the possibility of payment of customs duties by the sender.
Possible values
true - payment is possible
false - payment is not possible
declaredCost
number
The maximum amount of the parcel value in the currency of the recipient's country for which the sender can pay customs duties.
HTTP-code
Status
Description
200
OK
Request successful. The server has responded as required.
422
Unprocessable entity
ErrorMessage: "The selected country is invalid."