Weavz
Shipday

Shipday

Create, update, assign, delete, and monitor Shipday local delivery orders and drivers.

8 tools
2 triggers

Tools

Name
create_order

Create a Shipday delivery or pickup order using the documented order body.

list_orders

List Shipday orders with bounded pagination and optional status/date filters.

get_order

Fetch one Shipday order by order ID.

update_order

Update a Shipday order by order ID using documented order fields.

delete_order

Delete a Shipday order by exact order ID.

assign_order

Assign a Shipday order to a driver or third-party carrier using a documented assignment body.

list_drivers

List Shipday drivers with bounded pagination.

create_driver

Create a Shipday driver using the documented driver body.

Triggers

Name
order_created_or_updated

Poll Shipday orders after an initial baseline.

webhook_event_received

Receive Shipday order or driver webhook callbacks. Signature verification is not performed by this trigger.

Quick Start

TypeScript
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.