Technical Guide
Shopify technical setup
Use this endpoint to push Shopify orders into Circle Routes delivery tasks.
Endpoint
POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/shopify/orders
Authentication
Header: X-API-Key: {your API key from Settings → API Integration}
What gets mapped
Customer name, phone, email, shipping address, city, line-item quantity as box count, order number, and an AWB of SHP-{order id}. Delivery date is taken from the order created_at and must still be today or future.
Not mapped: COD, skills, time windows, coordinates, weight, shipper client, or task type. Use bulk push for those fields.
