Shipday
Create, update, assign, delete, and monitor Shipday local delivery orders and drivers.
Tools
| Name | Description |
|---|---|
create_orderCreate a Shipday delivery or pickup order using the documented order body. | Create a Shipday delivery or pickup order using the documented order body. |
list_ordersList Shipday orders with bounded pagination and optional status/date filters. | List Shipday orders with bounded pagination and optional status/date filters. |
get_orderFetch one Shipday order by order ID. | Fetch one Shipday order by order ID. |
update_orderUpdate a Shipday order by order ID using documented order fields. | Update a Shipday order by order ID using documented order fields. |
delete_orderDelete a Shipday order by exact order ID. | Delete a Shipday order by exact order ID. |
assign_orderAssign a Shipday order to a driver or third-party carrier using a documented assignment body. | Assign a Shipday order to a driver or third-party carrier using a documented assignment body. |
list_driversList Shipday drivers with bounded pagination. | List Shipday drivers with bounded pagination. |
create_driverCreate a Shipday driver using the documented driver body. | Create a Shipday driver using the documented driver body. |
Triggers
| Name | Description |
|---|---|
order_created_or_updatedPoll Shipday orders after an initial baseline. | Poll Shipday orders after an initial baseline. |
webhook_event_receivedReceive Shipday order or driver webhook callbacks. Signature verification is not performed by this trigger. | Receive Shipday order or driver webhook callbacks. Signature verification is not performed by this trigger. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('shipday', 'create_order', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'shipday',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Shipday to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Shipday support?
Shipday supports 8 tools including Create Order, List Orders, Get Order, Update Order, Delete Order, and more.
Can I use Shipday with AI agents?
Yes. Add Shipday to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Shipday be used in stateful agent workflows?
Yes. Agents can combine Shipday tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Shipday use?
Shipday uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Shipday integration cost?
The Shipday integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Shipday support?
Shipday supports 2 triggers including Order Created or Updated, Webhook Event Received.
Connect Shipday in minutes
Get 20,000 free action executions every month. No credit card required.