I need to integrate my Wix Velo code with the ShipDay API to achieve automated delivery management.
-
Trigger: When a customer completes a delivery order on my Wix site (using the
wix-restaurants-backend/onOrderCreatedevent). -
Action: My Velo backend code must capture the order details (customer address, items, price) and automatically send a POST request to the ShipDay API (
/api/v1/orders). -
Result: The order is created in ShipDay, ready to be assigned to a driver.
Can someone help with that?