Skip to main content
Glama

ShipBob API MCP Server

create_product

Add new products to ShipBob's fulfillment system by defining essential details like name, SKU, barcode, dimensions, weight, and value. Required fields: name and SKU.

Input Schema

NameRequiredDescriptionDefault
barcodeNoProduct barcode/UPC
descriptionNoProduct description
heightNoHeight in inches
lengthNoLength in inches
nameYesProduct name
skuYesStock keeping unit (unique identifier)
valueNoDeclared value of the product
weightNoWeight in ounces
widthNoWidth in inches

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "barcode": { "description": "Product barcode/UPC", "type": "string" }, "description": { "description": "Product description", "type": "string" }, "height": { "description": "Height in inches", "type": "number" }, "length": { "description": "Length in inches", "type": "number" }, "name": { "description": "Product name", "type": "string" }, "sku": { "description": "Stock keeping unit (unique identifier)", "type": "string" }, "value": { "description": "Declared value of the product", "type": "number" }, "weight": { "description": "Weight in ounces", "type": "number" }, "width": { "description": "Width in inches", "type": "number" } }, "required": [ "name", "sku" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/shipbob-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server