Pricing Rules
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.
Endpoints (5)
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.
List volume tiers for this site, optionally filtered by product or variant. Sorted by product, variant, min_qty.
No input parameters required.
Update an existing tier. Only send the fields you want to change.
No input parameters required.
Delete a single tier by ID.
No input parameters required.
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:
| Endpoint | MCP 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 |
Website