Replies: 1 comment 2 replies
-
This should be solved in https://github.com/karrioapi/karrio/releases/tag/v2024.12.1 Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we have hit a bug with phone number fields being too long when using fedex api as a carrier and our guess is probably, because of the whitespaces in the request payload.
As you can see in this payload, the contact's phoneNumber has white spaces. With the whitespaces the amount of characters is 16, while fedex allow only 15 characters to be sent via the api so that means we are surpassing the max limit. Once you delete exactly 1 character from the payload, the request passes.
Error response:
Trimming the whitespaces before sending to fedex should fix the issue @danh91
Beta Was this translation helpful? Give feedback.
All reactions