ShipBob API MCP Server

cancel_order

Cancel an order by providing the order ID and reason for cancellation, facilitating order management within the ShipBob API MCP Server.

Input Schema

NameRequiredDescriptionDefault
orderIdYesThe ID of the order to cancel
reasonNoReason for cancellation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "orderId": { "description": "The ID of the order to cancel", "type": "string" }, "reason": { "description": "Reason for cancellation", "type": "string" } }, "required": [ "orderId" ], "type": "object" }
ID: 37nc7wfin6