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

Shipping Rates

⚡ Built-in — Platform Built-in

Manage table-based shipping rates per country and method. A rate sets price_cents (or null = free, e.g. pickup), optional free_above_cents (free over a subtotal), mailbox-eligibility requirement, and an optional max weight. Consumed server-side at checkout so shipping cannot be manipulated by the client.

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

Endpoints (5)

POST create-rate

Create a shipping rate. Unique per country_code + method_key. Fails on duplicate (use update-rate or bulk-set-rates).

No input parameters required.

GET list-rates

List shipping rates for this site, optionally filtered by country or active flag.

No input parameters required.

PUT update-rate

Update a shipping rate. Only send the fields you want to change.

No input parameters required.

DELETE delete-rate

Delete a shipping rate by ID.

No input parameters required.

POST bulk-set-rates

Replace ALL shipping rates for the site atomically. Empty array clears every rate. Ideal for migrating an existing rate set in one call.

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
create-rate shipping-rates_create_rate
list-rates shipping-rates_list_rates
update-rate shipping-rates_update_rate
delete-rate shipping-rates_delete_rate
bulk-set-rates shipping-rates_bulk_set_rates
← Back to all integrations