Skip to main content

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.

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: modules/bulk-pricing · npm: @86d-app/bulk-pricing

Installation

86d module add bulk-pricing

Admin endpoints

MethodPathDescription
GET/admin/bulk-pricing/:productIdList tiers
POST/admin/bulk-pricing/:productIdAdd a tier
DELETE/admin/bulk-pricing/tiers/:idRemove a tier

Components

  • <BulkPricingTable productId={id} />: shows tiers on product detail pages.
  • Price lists: segment-based pricing rather than quantity-based.
  • Discounts: coupon-based discounting.