-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with generating Czech shipments #11210
Comments
You need to send the amount in the correct format - you need to send 2 numbers after the decimal point. That is, instead of |
I am sending in exactly this format. When I sent the traceid in the previous post, all the variants were there. Error: {"errors":[{"code":"VALIDATION_ERROR","message":"The amount must be in the 9999.99 or 9999,99 format","details":"Invalid value: 9999.9","path":"input.insurance.amount","userMessage":"Kwota musi byt w formacie 9999.99 lub 9999,99","metadata":{}}]} |
When creating a shipment Array
) |
So, in the case of CZK, due to the nature of the market and this currency, you should give the full value, without the decimal, so, valid example is: |
Thanx now is everything OK, but maybe is better this thing get to tuttorial for this function. |
Hello,
I have a problem with generating labels for packages for Czech Allegro. When generating packages, it keeps sending me the same error input.insurance.amount. No matter what I enter, without insurance, with insurance, price with a dot or a comma and different currencies, an error always pops up.
I don't have this problem on Polish Allegro.
TraceID for the requests I sent:
f3cfcb53cc732ce9
1af67fe33dc34f67
7e7e2f72d4475aec
1eb34b887f702f61
8abed362c687cfc3
4c944fdf6eea7f85
The text was updated successfully, but these errors were encountered: