Weavz
ShipBob

ShipBob

Fulfillment, orders, shipments, inventory, warehouse receiving, returns, and webhook events for ShipBob merchants.

CustomCommerce
8 tools
1 trigger

Tools

Name
list_orders

List ShipBob fulfillment orders with pagination and optional status/date filters.

get_order

Retrieve a ShipBob order with shipments, products, recipient, and status details.

create_order

Create a ShipBob order queued for fulfillment. Requires a channel with write scopes.

cancel_order

Cancel a ShipBob order when it is still eligible for cancellation.

get_shipment

Retrieve a ShipBob shipment by shipment ID.

batch_cancel_shipments

Cancel one or more ShipBob shipments using the documented batch cancellation endpoint.

list_inventory

List ShipBob inventory records or inventory levels with pagination.

create_warehouse_receiving_order

Create an inbound Warehouse Receiving Order for inventory arriving at ShipBob.

Triggers

Name
webhook_event_received

Triggers when ShipBob posts subscribed order, shipment, return, product, inventory, or WRO events.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('shipbob', 'list_orders', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'shipbob',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ShipBob to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ShipBob support?

ShipBob supports 8 tools including List Orders, Get Order, Create Order, Cancel Order, Get Shipment, and more.

Can I use ShipBob with AI agents?

Yes. Add ShipBob 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 ShipBob be used in stateful agent workflows?

Yes. Agents can combine ShipBob 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 ShipBob use?

ShipBob uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ShipBob integration cost?

The ShipBob integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ShipBob support?

ShipBob supports 1 triggers including Webhook Event Received.

Connect ShipBob in minutes

Get 20,000 free action executions every month. No credit card required.