๐Ÿ”Œ Aerial Vision Integration

AV:
-
Shopify:
-
Cached Products: 0 Stored Orders: 0
๐Ÿ“ฆ

Connect to Load Products

Click "Connect APIs" to start

๐Ÿ›’ Stored Orders

AV Order # Shopify # Status Tracking Items Created Actions
No orders yet

๐Ÿ” Order Lookup

Enter an Aerial Vision order number to check status and tracking.

๐Ÿ”” Webhook Configuration

Shopify Webhook Setup

Go to Shopify Admin โ†’ Settings โ†’ Notifications โ†’ Webhooks

Order creation
JSON
http://YOUR_SERVER_IP:3000/api/webhooks/shopify/order-created

Test Webhook

Create a test order to verify the integration:

Periodic Status Sync

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.