ShipBob API MCP Server

update_product

Modify product details in ShipBob's inventory, including barcode, dimensions, weight, and description, using the specified product ID.

Input Schema

NameRequiredDescriptionDefault
barcodeNoProduct barcode/UPC
descriptionNoProduct description
heightNoHeight in inches
lengthNoLength in inches
nameNoProduct name
productIdYesThe ID of the product to update
skuNoStock keeping unit
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" }, "productId": { "description": "The ID of the product to update", "type": "string" }, "sku": { "description": "Stock keeping unit", "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": [ "productId" ], "type": "object" }
ID: 37nc7wfin6