cancel_shipment
Cancel a shipment using its tracking reference with the Shiplogic MCP Server tool. Input the tracking reference to halt the shipment process efficiently.
Instructions
Cancel a shipment by tracking reference
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tracking_reference | Yes | Tracking reference |
Input Schema (JSON Schema)
{
"properties": {
"tracking_reference": {
"description": "Tracking reference",
"type": "string"
}
},
"required": [
"tracking_reference"
],
"type": "object"
}