# Shipday AI integration on Definable

> Making Local Deliveries Easy Globally - Powering Local E-commerce

## What this connects

Making Local Deliveries Easy Globally - Powering Local E-commerce

Vendor: https://www.shipday.com/

## Tools available

**12** tools available. First 12:

- `SHIPDAY_ADD_A_CARRIER` — Add a Carrier — Tool to add a new carrier/driver to the Shipday system with credentials. Use when you need to create a new carrier account with name, email, and phone number.
- `SHIPDAY_CHECK_ON_DEMAND_AVAILABILITY` — Check On-Demand Delivery Availability — Tool to check on-demand delivery availability from third-party service providers. Use when you need to verify service availability, pricing estimates, and delivery times for a route without creating an order.
- `SHIPDAY_EDIT_DELIVERY_ORDER` — Edit Delivery Order — Tool to edit an existing delivery order in Shipday. Use when you need to update order details such as customer information, restaurant details, order items, delivery fees, or tips.
- `SHIPDAY_GET_ON_DEMAND_ESTIMATE` — Get On-Demand Delivery Estimate — Tool to get on-demand delivery estimates from third-party service providers for a specific order. Use when you need to retrieve pricing, pickup/delivery times, and durations for a delivery order.
- `SHIPDAY_GET_ON_DEMAND_SERVICES` — Get On-Demand Delivery Services — Tool to retrieve available third-party on-demand delivery service providers. Use when you need to check which delivery services are available or enabled for the account.
- `SHIPDAY_INSERT_ORDER` — Insert Order — Tool to create a new delivery order in Shipday. Use when you need to insert a delivery order with customer details, restaurant information, order items, and delivery schedule.
- `SHIPDAY_ORDER_READY_TO_PICKUP` — Order Ready to Pickup — Tool to mark a delivery order as ready for pickup. Use when you need to notify Shipday that an order is prepared and ready for driver pickup at a specific time.
- `SHIPDAY_QUERY_DELIVERY_ORDERS` — Query Delivery Orders — Tool to query delivery orders with time-based filters and cursor pagination. Use when you need to retrieve multiple orders within a specific time range or paginate through order results.
- `SHIPDAY_RETRIEVE_ACTIVE_ORDERS` — Retrieve Active Orders — Tool to retrieve all active delivery orders from Shipday system. Use when you need to get currently active orders (excludes ALREADY_DELIVERED, FAILED_DELIVERY, and INCOMPLETE orders). Returns at most 100 orders at a time.
- `SHIPDAY_RETRIEVE_CARRIERS` — Retrieve Carriers — Tool to retrieve all carriers/drivers with profile and status details. Use when you need to get a list of all carriers in the system.
- `SHIPDAY_RETRIEVE_ORDER_DETAILS` — Retrieve Order Details — Tool to retrieve detailed information for a specific delivery order by order number. Use when you need to get comprehensive order details including customer info, restaurant info, carrier assignment, cost breakdown, order items, status, and tracking information.
- `SHIPDAY_UNASSIGN_ORDER_FROM_DRIVER` — Unassign Order from Driver — Tool to remove driver assignment from a delivery order. Use when you need to unassign a driver from an order to make it available for reassignment to a different driver.

## Auth

Auth schemes: `API_KEY`, `API_KEY`.

## How agents use Shipday

Inside a Definable workflow, Shipday is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Shipday** — the Researcher (GPT-5.5) pulls context from Shipday (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Shipday** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Shipday (create record, post message, draft email).
- **Designer / Engineer → Distributor → Shipday** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Shipday (attach file, open PR comment, post status).

The Verifier checks every Shipday call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/shipday/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
