ShipBob API MCP Server

list_products

Retrieve product details from ShipBob's fulfillment API. Filter products by search term, paginate results using page and limit parameters, and manage inventory efficiently.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of products per page
pageNoPage number for pagination
searchNoSearch term to filter products

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of products per page", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "search": { "description": "Search term to filter products", "type": "string" } }, "type": "object" }
ID: 37nc7wfin6