Web Module Import Failure (Backend/Frontend) with ShipDay API Integration

I need to integrate my Wix Velo code with the ShipDay API to achieve automated delivery management.

  1. Trigger: When a customer completes a delivery order on my Wix site (using the wix-restaurants-backend/onOrderCreated event).

  2. 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).

  3. Result: The order is created in ShipDay, ready to be assigned to a driver.

Can someone help with that?

Can you share the code you’ve tried so far - it’s a helpful starting point to point you in the right direction :slight_smile: