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

Pricing Rules

⚡ Built-in — Platform Built-in

Manage volume/quantity price tiers per product or variant. A tier sets the per-unit price (in cents) once the cart quantity reaches min_qty. Variant-specific tiers win over product-level. With no tiers, products keep their catalog price.

⚡ 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-tier

Create a single volume tier. Fails if a tier already exists for the same product/variant + min_qty (use update-tier or bulk-set-tiers).

No input parameters required.

GET list-tiers

List volume tiers for this site, optionally filtered by product or variant. Sorted by product, variant, min_qty.

No input parameters required.

PUT update-tier

Update an existing tier. Only send the fields you want to change.

No input parameters required.

DELETE delete-tier

Delete a single tier by ID.

No input parameters required.

POST bulk-set-tiers

Replace the full set of tiers for one product/variant atomically. Sending an empty tiers array clears all tiers for it. The easiest way to configure a complete staffel.

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-tier pricing-rules_create_tier
list-tiers pricing-rules_list_tiers
update-tier pricing-rules_update_tier
delete-tier pricing-rules_delete_tier
bulk-set-tiers pricing-rules_bulk_set_tiers
← Back to all integrations