For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
Hello guys,
I have a fairly complex shipping integration that I need. I have looked at the delivery customization extension
but I'm not quite sure if I'm in the right place for my use case because i can not find a function to update the prices. I would really appricate your opinions and help.
The following are the rules I need to follow for validation:
DHL
Weight | Shipping Cost in € | Shipping method | Shipping service provider |
per package | 8 | default (dry only goods) | DHL |
per package (up to 25kg) | 12 | default (frozen only goods) | DHL |
per package (up to 25kg) | 16 | express(frozen) | DHL |
custom company
Weight | Shipping cost in € | Shipping method | Shipping service provider |
100kg – <200kg | 80€ | frozen | company |
200kg – <300kg | 60€ | frozen | company |
300kg – <400kg | 30€ | frozen | company |
400kg – <500kg | free | frozen | company |
if it is larger than 500, it is a new package and would cost 100-200kg = 80€ again based on the weight | prices like above | frozen | company |
What is the best way to display the correct delivery options and prices? Which API can I use to generate the correct shipping price at checkout? If a customer orders 3x dry goods, he has to pay 8€ x 3 = 24€ shipping costs.
I know that there are apps where you can set different rules, but I want to implement my own because there are some rules that are very individual.
Thank you!