GET v.1.0/dictionary/customs-fees/
General Information
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…
Description
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.
Path parameters
code
string
Alpha-code of country
Example: PL - alpha-code of Poland
Request and response parameters
Request .../v.1.0/dictionary/customs-fees/{code} Response .../v.1.0/dictionary/customs-fees/{code}
Shema
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.
Acceptable HTTP status codes response
200
OK
Request successful. The server has responded as required.
422
Unprocessable entity
ErrorMessage: "The selected country is invalid."