Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
SendCloud

SendCloud

⚡ Built-in — Shipping

Multi-carrier shipping platform for European e-commerce. Create shipments, generate labels, track parcels, and offer service point delivery — all through one integration. Supports PostNL, DHL, DPD, UPS, and 160+ other carriers.

⚡ Built-in — No Setup Required This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.

Endpoints (8)

GET get-shipping-methods

List available shipping methods with prices. Filter by destination country, weight, or service point capability. Use the returned shipping_method_id when creating a shipment.

No input parameters required.

POST create-shipment

Create a shipment and generate a shipping label. The label PDF is automatically stored as a PAPI asset and a CDN URL is returned. Links to an order via order_id for tracking integration.

No input parameters required.

GET get-shipment

Get shipment details including tracking status and label URL.

No input parameters required.

POST cancel-shipment

Cancel a shipment and void the label. Only possible before the parcel is scanned by the carrier. Check carrier-specific cancellation policies.

No input parameters required.

GET get-label

Download the shipping label PDF for a parcel. Returns the PAPI asset CDN URL if already stored, otherwise fetches from SendCloud and stores it.

No input parameters required.

GET track-shipment

Get the current tracking status of a shipment. Returns carrier name, tracking number, tracking URL, and status timeline.

No input parameters required.

GET get-service-points

Find nearby carrier service points (pickup locations). Use in checkout for customers choosing pickup delivery. Returns name, address, opening hours, and carrier info.

No input parameters required.

POST create-return-label

Create a return shipping label for a customer. Returns a PDF label URL that can be emailed to the customer or included in the order page.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
get-shipping-methods sendcloud_get_shipping_methods
create-shipment sendcloud_create_shipment
get-shipment sendcloud_get_shipment
cancel-shipment sendcloud_cancel_shipment
get-label sendcloud_get_label
track-shipment sendcloud_track_shipment
get-service-points sendcloud_get_service_points
create-return-label sendcloud_create_return_label
← Back to all integrations