Click "Connect APIs" to start
| AV Order # | Shopify # | Status | Tracking | Items | Created | Actions |
|---|---|---|---|---|---|---|
| No orders yet | ||||||
Enter an Aerial Vision order number to check status and tracking.
Go to Shopify Admin โ Settings โ Notifications โ Webhooks
Order creation
JSON
http://YOUR_SERVER_IP:3000/api/webhooks/shopify/order-created
Create a test order to verify the integration:
For production, set up a cron job to sync order statuses:
*/30 * * * * curl -X POST http://localhost:3000/api/orders/sync-statuses
This will check pending orders and update tracking/fulfillment in Shopify.