ShipBob API MCP Server

get_product

Retrieve detailed product information from ShipBob's e-commerce fulfillment API by specifying the product ID. Simplify product management and integration using the MCP server.

Input Schema

NameRequiredDescriptionDefault
productIdYesThe ID of the product to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productId": { "description": "The ID of the product to retrieve", "type": "string" } }, "required": [ "productId" ], "type": "object" }
ID: 37nc7wfin6