ShipBob
Fulfillment, orders, shipments, inventory, warehouse receiving, returns, and webhook events for ShipBob merchants.
Tools
| Name | Description |
|---|---|
list_ordersList ShipBob fulfillment orders with pagination and optional status/date filters. | List ShipBob fulfillment orders with pagination and optional status/date filters. |
get_orderRetrieve a ShipBob order with shipments, products, recipient, and status details. | Retrieve a ShipBob order with shipments, products, recipient, and status details. |
create_orderCreate a ShipBob order queued for fulfillment. Requires a channel with write scopes. | Create a ShipBob order queued for fulfillment. Requires a channel with write scopes. |
cancel_orderCancel a ShipBob order when it is still eligible for cancellation. | Cancel a ShipBob order when it is still eligible for cancellation. |
get_shipmentRetrieve a ShipBob shipment by shipment ID. | Retrieve a ShipBob shipment by shipment ID. |
batch_cancel_shipmentsCancel one or more ShipBob shipments using the documented batch cancellation endpoint. | Cancel one or more ShipBob shipments using the documented batch cancellation endpoint. |
list_inventoryList ShipBob inventory records or inventory levels with pagination. | List ShipBob inventory records or inventory levels with pagination. |
create_warehouse_receiving_orderCreate an inbound Warehouse Receiving Order for inventory arriving at ShipBob. | Create an inbound Warehouse Receiving Order for inventory arriving at ShipBob. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedTriggers when ShipBob posts subscribed order, shipment, return, product, inventory, or WRO events. | Triggers when ShipBob posts subscribed order, shipment, return, product, inventory, or WRO events. |
Quick Start
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.