The bulk-pricing module configures quantity tiers per product or variant: “5 to 9 units: 10% off; 10+ units: 20% off”. The cart and checkout apply the matching tier automatically based on the quantity in the cart line. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/bulk-pricing · npm: @86d-app/bulk-pricing
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/bulk-pricing/:productId | List tiers |
POST | /admin/bulk-pricing/:productId | Add a tier |
DELETE | /admin/bulk-pricing/tiers/:id | Remove a tier |
Components
<BulkPricingTable productId={id} />: shows tiers on product detail pages.
Related modules
- Price lists: segment-based pricing rather than quantity-based.
- Discounts: coupon-based discounting.

