> ## Documentation Index
> Fetch the complete documentation index at: https://storekit.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cyclone

> Connect Cyclone Couriers to storekit for last-mile bike, scooter, and car delivery across Ireland. Orders dispatch automatically when customers check out.

Cyclone is a courier delivery service providing last-mile delivery in Ireland. The storekit integration automatically dispatches orders to Cyclone.

## Overview

* **Coverage**: Ireland only
* **Vehicle types**: Bikes, scooters, cars

## Setup

1. Contact Cyclone to set up a business account
2. Obtain your API credentials
3. In storekit, go to **Settings** → **Integrations** → **Delivery**
4. Select **Cyclone** and enter your credentials
5. Save changes

## How It Works

1. Customer places a delivery order
2. storekit sends order details to Cyclone
3. Cyclone assigns a driver and fulfills the delivery

## Order Data Sent

When an order is dispatched, storekit sends:

| Field             | Description                  |
| ----------------- | ---------------------------- |
| `pickupAddress`   | Your store address           |
| `deliveryAddress` | Customer's delivery address  |
| `customerName`    | Customer name                |
| `customerPhone`   | Customer phone number        |
| `orderValue`      | Order total                  |
| `itemCount`       | Number of items              |
| `notes`           | Delivery instructions        |
| `pickupTime`      | When the order will be ready |
