@this-npm-test-org/connection-shipbob
v0.1.3
Published
Fulfillment and logistics: orders, inventory, shipments, products, warehouses, and returns.
Readme
ShipBob Connection
Connects your agent to ShipBob for fulfillment operations. Track order fulfillment, shipment status, inventory levels across warehouses, and returns. Read-only access.
Authentication
Personal access token.
access_token— ShipBob API access token from Account > API
Endpoints
Orders
GET /1.0/order— List orders with status and date filtersGET /1.0/order/{id}— Get order detail with shipment tracking
Shipments
GET /1.0/shipment— List shipments with carrier and tracking infoGET /1.0/shipment/{id}/tracking— Get detailed tracking events
Inventory
GET /1.0/inventory— Get inventory by product across all warehousesGET /1.0/inventory/{id}— Get product inventory with warehouse breakdown
Returns
GET /1.0/return— List returns with status and reasonGET /1.0/return/{id}— Get return detail
Warehouses
GET /1.0/fulfillment-center— List fulfillment centers with capacity
Rules
- Rate limit: 150 requests/minute
- Read-only — order creation goes through Shopify/Amazon integration
- The agent correlates ShipBob shipments with Shopify orders when both connections are installed
- Inventory quantities represent available-to-sell (excluding allocated and reserved)
