-
Notifications
You must be signed in to change notification settings - Fork 21
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
New mandatory datas for shipping outside EU #27
Comments
Continue my search and refind the official bpost api doc. Here is the xml code from the doc
I will work on my fork in speed (our new release is for March so not much time ^^') and propose a PR with a clean code for the parce contents after the rush |
After a day of work, i extend the Box/International the Box/CustomsInfo/CustomsInfo and create the Entity ParcelContent The XML for the CustomInfo is correctly generated.
And this is my XML generated
But the currency and PostagePaid is not set in the shipping manager... And same thing for the ParcelContents... But if you have an idea of what to do ... I take it with pleasure |
Hi, First, thanks to contribute on the library! I'm checking it with bpost and come back asap (I hope tomorrow). |
I retrieved the official doc of the bpost api : https://bpost.freshdesk.com/support/solutions/articles/4000037653 (I will add the link in the readme). |
I don't know if they have done a correction during the night but this morning everything is working, the currency is correctly set like the PostagePaid and all Parcel Content are ok If you want to see the additions I've done there is the 3 commits (I don't make a PR because in our fork there is all work about the International Pugo except if you want it) |
Nice! I will check globally the library in the next weeks (before March ;-) ). |
@kouinkouin Any update on this? If I recall correctly it's not yet possible to provide the EAD fields (quantity, description, origin, HS Code, item's value, item's weight,...) in shipments. We received the following notice from Bpost a couple of days ago:
The library uses version 3 correct? |
Hi @zangra-dev . Can I cherry-pick yours 3 commits (by keeping the author of these commits!) and make a release? |
Hello @kouinkouin Yes I've done some work for the International shipping, but with extends (International, CustomsInfo) and a new one , ParcelContent . |
|
Hello,
We received an email from bpost telling us that more details will be mandatory for shipping outside EU.
If the datas are not completed from March, the shipments will not be possible anymore.
The requirement datas are the details of item send in the parcel (quantity, description, origin, HS Code, item's value, item's weight).
There is a way to config those datas and send it by the API ?
Is it corresponding to the lines : $order->addLine( new Line("Article description", 1) ); ? Or something totally different ?
With a little research, I found a postmen api doc explain the items details : https://docs.postmen.com/bpost.html?sdk=php#item
You think you can add it to your api ?
Thanks in advance for you answer
The text was updated successfully, but these errors were encountered: