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 backorders module lets shoppers buy items that are temporarily out of stock. Each line item is tagged as backordered with an estimated ship date. The module fires backorder.fulfillable when stock is replenished and the order can ship. Source: modules/backorders · npm: @86d-app/backorders

Installation

86d module add backorders

Configuration

backorders({
  defaultLeadTimeDays: "21",
  notifyCustomerOnFulfillable: "true",
});

Components

  • <BackorderBadge productId={id} />: storefront badge with expected ship date.