Shipping Problem!

Hello! I was wondering if ther is a way when a user send an order you send the info directly to a shipper like dhl so that you dont have to do it manualy and if yes how do i do it!

Hi Cristobal,

Is your entire app in Adalo or are you using another (backend) system as well?

In short, yes that should be possible. You’ll need to do a custom action and connect to DHL/FedEx/UPS. They all have APIs you can use for order creation.

I’d note you’ll probably want a workflow built around this. When the user orders, you don’t want the order to go straight to the shipper. You’ll want to review it, confirm the info is correct, then send it. So you’ll need some kind of review process.

Erik

Thanks ill try that!