Shiplogic MCP Server

by jlwainwright

create_shipment

Initiate a shipment by specifying collection and delivery details, parcels, and contacts using the Shiplogic MCP Server. Input service level, addresses, and optional instructions to manage shipping operations programmatically.

Instructions

Create a shipment with Shiplogic

Input Schema

NameRequiredDescriptionDefault
collection_addressYesCollection address
collection_afterNo
collection_beforeNo
collection_contactYesCollection contact
collection_min_dateNo
custom_tracking_referenceNo
customer_referenceNo
declared_valueNo
delivery_addressYesDelivery address
delivery_afterNo
delivery_beforeNo
delivery_contactYesDelivery contact
delivery_min_dateNo
mute_notificationsNo
opt_in_ratesNo
opt_in_time_based_ratesNo
parcelsYesList of parcels
service_level_codeNoService level code (e.g., "ECO")
service_level_idNoService level ID
special_instructions_collectionNo
special_instructions_deliveryNo

Input Schema (JSON Schema)

{ "properties": { "collection_address": { "description": "Collection address", "required": [ "street_address", "city", "code" ], "type": "object" }, "collection_after": { "type": "string" }, "collection_before": { "type": "string" }, "collection_contact": { "description": "Collection contact", "properties": { "email": { "type": "string" }, "mobile_number": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "collection_min_date": { "type": "string" }, "custom_tracking_reference": { "type": "string" }, "customer_reference": { "type": "string" }, "declared_value": { "type": "number" }, "delivery_address": { "description": "Delivery address", "required": [ "street_address", "city", "code" ], "type": "object" }, "delivery_after": { "type": "string" }, "delivery_before": { "type": "string" }, "delivery_contact": { "description": "Delivery contact", "properties": { "email": { "type": "string" }, "mobile_number": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "delivery_min_date": { "type": "string" }, "mute_notifications": { "type": "boolean" }, "opt_in_rates": { "items": { "type": "number" }, "type": "array" }, "opt_in_time_based_rates": { "items": { "type": "number" }, "type": "array" }, "parcels": { "description": "List of parcels", "items": { "required": [ "length", "width", "height", "weight" ], "type": "object" }, "type": "array" }, "service_level_code": { "description": "Service level code (e.g., \"ECO\")", "type": "string" }, "service_level_id": { "description": "Service level ID", "type": "number" }, "special_instructions_collection": { "type": "string" }, "special_instructions_delivery": { "type": "string" } }, "required": [ "collection_address", "delivery_address", "parcels", "collection_contact", "delivery_contact" ], "type": "object" }

You must be authenticated.

Other Tools from Shiplogic MCP Server

Related Tools

ID: 1twa0wqawt