Quantity discounts for supplement brands

Quantity breaks for supplement brands, from 5% to 15% off each unit, priced by the margin engine on sourced costs, with the lift each tier needs.

1 unit

Revenue $46.69 to gross margin $20.30 (43.5%)
Revenue
$46.69
cogs
−$10.47
pick_pack
−$3.20
shipping
−$8.74
processing_fixed
−$0.30
refunds
−$2.33
processing
−$1.35
Gross margin
$20.30

2 declared kinds cost nothing on this option

4 units, 15% off each

Revenue $137.77 to gross margin $70.11 (50.9%)
Revenue
$137.77
cogs
−$41.88
pick_pack
−$3.20
extra_pick
−$1.44
shipping
−$9.95
processing_fixed
−$0.30
refunds
−$6.89
processing
−$4.00
Gross margin
$70.11

1 declared kinds cost nothing on this option

Each tier, shipping charged, per order
OptionCustomer paysShipping chargedCostsMarginMargin %Conversion against 1 unit
1 unit$37.95$8.74$26.39$20.3043.5%
2 units, 5% off each$72.11$8.74$40.04$40.8150.5%can lose 50.3%
3 units, 10% off each$102.47$8.74$54.61$56.6050.9%can lose 64.1%
4 units, 15% off each$129.03$8.74$67.66$70.1150.9%can lose 71.0%

Every figure is computed by the margin engine in Offer Suite's own code, in whole cents, from the costs below.

What the numbers say

Quantity breaks take a larger share off every unit as the quantity grows: 5% off each for two, 10% for three, 15% for four. Shipping is charged at $8.74, the 1 lb label passed through, so the offer's cost is the discount alone.

One unit keeps $20.30. Four at 15% off keep $70.11, 50.9% of what the customer pays: the four units share one pick-and-pack fee and one parcel, and the label for four weighs in at $9.95.

Against the single, each tier 2 units can lose 50.3%, 3 units can lose 64.1%, 4 units can lose 71.0% of conversion per visitor. Quantity breaks work when they move buyers up a tier, not when they discount the buyers who would have bought four anyway.

Nature's Sunshine's Subscribe & Thrive takes 25% off every subscription order and ships it free. Nature's Sunshine, Subscribe & Thrive, read September 23, 2026

The cost structure, and where it comes from

Price$37.95, a bottle of supplements. Nature's Sunshine homepage, read September 23, 2026
Unit cost$10.47. From the reported gross margin: “Gross margin in 2025 increased to 72.4% compared to 71.5% in 2024.” Nature's Sunshine, fourth quarter and full year 2025 results, read September 23, 2026
Pick and pack$3.20 per order and $0.48 for each extra item. Fulfill.com, 3PL pricing benchmarks (The Fulfillment Advisor 2025 survey of 600+ warehouses), read September 23, 2026
Shipping labelUSPS Ground Advantage, commercial, Zone 5, by weight rounded up to the pound: 1 lb $8.74 · 2 lb $9.95 · 3 lb $11.57 · 4 lb $12.84 · 5 lb $13.48. Packed weight is an assumption: 0.5 lb per unit. USPS Notice 123, USPS Ground Advantage Commercial, Zone 5 (effective July 12, 2026), read September 23, 2026
Card fees2.9% + $0.30 per order, a common online card rate. Shopify doesn't publish one rate: it depends on your plan and the card. An assumption.
Refund reserve5%, Offer Suite's default assumption for consumables. NRF's all-category figure for online sales is 19.3%, but consumables are rarely returned; use your own rate.
Gifta travel-size bottle: unit cost $5.24, retail $15.00. A half-size bottle, costed at half the full bottle's unit cost.

The offer document an agent would write

This is the offer as a document, the way an agent writes it for Offer Suite's API. It validates against the offer schema as it stands. Ids are placeholders; the discount is stated the way the offer states it, and Offer Suite checks with a real cart that checkout charges exactly the prices above.

Show the document offer.json · validates against the offer schema
{
  "schema": "offer/1",
  "recipe": null,
  "identity": {
    "code": "PB_SUPPLEMENTS_QUANTITY_BREAKS",
    "experience": "pb-supplements-quantity-breaks-v1",
    "campaign": "cmp_playbook",
    "presell": null,
    "signature": null,
    "carrier": {
      "cartAttributes": [
        "_oe_offer",
        "_oe_version",
        "_oe_code"
      ],
      "lineProperties": [
        "_oe_option",
        "_oe_role"
      ],
      "orderTags": [
        "offer:PB_SUPPLEMENTS_QUANTITY_BREAKS",
        "option:{optionKey}",
        "v:{version}"
      ],
      "passthroughKeys": []
    }
  },
  "shop": {
    "domain": "your-store.myshopify.com",
    "market": {
      "country": "US",
      "currency": "USD"
    }
  },
  "campaignRef": null,
  "rulesRef": null,
  "selectionMode": "exclusive",
  "axes": [],
  "picks": [],
  "options": [
    {
      "key": "qty-1",
      "label": "1 unit",
      "isDefault": false,
      "surfaced": true,
      "axisValues": {},
      "unitCount": {
        "value": 1,
        "source": "declared"
      },
      "fallback": null,
      "groupKey": "qty-1",
      "lines": [
        {
          "role": "main",
          "quantity": 1,
          "required": true,
          "bind": {
            "resolveBy": "fixed_variant",
            "productId": "gid://shopify/Product/900000101",
            "variantId": "gid://shopify/ProductVariant/900000101"
          },
          "purchase": {
            "type": "one_time"
          },
          "priceSnapshot": {
            "price": 37.95,
            "compareAt": null,
            "at": "2026-09-23T00:00:00Z"
          },
          "cogsRef": "cost:variant/900000101"
        }
      ],
      "pricing": {
        "promisedFirstCharge": 37.95,
        "promisedRenewal": null,
        "compareAt": {
          "value": 37.95,
          "basis": "copy"
        },
        "shipping": {
          "free": false,
          "statedValue": null
        },
        "mechanisms": []
      },
      "gifts": {
        "mode": "inherit"
      },
      "checkout": {
        "mode": "checkout_direct"
      },
      "economics": {
        "retentionRate": null
      }
    },
    {
      "key": "qty-2",
      "label": "2 units, 5% off each",
      "isDefault": true,
      "surfaced": true,
      "axisValues": {},
      "unitCount": {
        "value": 2,
        "source": "declared"
      },
      "fallback": null,
      "groupKey": "qty-2",
      "lines": [
        {
          "role": "main",
          "quantity": 2,
          "required": true,
          "bind": {
            "resolveBy": "fixed_variant",
            "productId": "gid://shopify/Product/900000101",
            "variantId": "gid://shopify/ProductVariant/900000101"
          },
          "purchase": {
            "type": "one_time"
          },
          "priceSnapshot": {
            "price": 37.95,
            "compareAt": null,
            "at": "2026-09-23T00:00:00Z"
          },
          "cogsRef": "cost:variant/900000101"
        }
      ],
      "pricing": {
        "promisedFirstCharge": 72.11,
        "promisedRenewal": null,
        "compareAt": {
          "value": 75.9,
          "basis": "copy"
        },
        "shipping": {
          "free": false,
          "statedValue": null
        },
        "mechanisms": [
          {
            "type": "discount_function",
            "discountRef": null,
            "roles": [
              "main"
            ],
            "value": {
              "type": "percentage",
              "amount": 5
            },
            "appliesTo": "first_charge"
          }
        ]
      },
      "gifts": {
        "mode": "inherit"
      },
      "checkout": {
        "mode": "checkout_direct"
      },
      "economics": {
        "retentionRate": null
      }
    },
    {
      "key": "qty-3",
      "label": "3 units, 10% off each",
      "isDefault": false,
      "surfaced": true,
      "axisValues": {},
      "unitCount": {
        "value": 3,
        "source": "declared"
      },
      "fallback": null,
      "groupKey": "qty-3",
      "lines": [
        {
          "role": "main",
          "quantity": 3,
          "required": true,
          "bind": {
            "resolveBy": "fixed_variant",
            "productId": "gid://shopify/Product/900000101",
            "variantId": "gid://shopify/ProductVariant/900000101"
          },
          "purchase": {
            "type": "one_time"
          },
          "priceSnapshot": {
            "price": 37.95,
            "compareAt": null,
            "at": "2026-09-23T00:00:00Z"
          },
          "cogsRef": "cost:variant/900000101"
        }
      ],
      "pricing": {
        "promisedFirstCharge": 102.47,
        "promisedRenewal": null,
        "compareAt": {
          "value": 113.85,
          "basis": "copy"
        },
        "shipping": {
          "free": false,
          "statedValue": null
        },
        "mechanisms": [
          {
            "type": "discount_function",
            "discountRef": null,
            "roles": [
              "main"
            ],
            "value": {
              "type": "percentage",
              "amount": 10
            },
            "appliesTo": "first_charge"
          }
        ]
      },
      "gifts": {
        "mode": "inherit"
      },
      "checkout": {
        "mode": "checkout_direct"
      },
      "economics": {
        "retentionRate": null
      }
    },
    {
      "key": "qty-4",
      "label": "4 units, 15% off each",
      "isDefault": false,
      "surfaced": true,
      "axisValues": {},
      "unitCount": {
        "value": 4,
        "source": "declared"
      },
      "fallback": null,
      "groupKey": "qty-4",
      "lines": [
        {
          "role": "main",
          "quantity": 4,
          "required": true,
          "bind": {
            "resolveBy": "fixed_variant",
            "productId": "gid://shopify/Product/900000101",
            "variantId": "gid://shopify/ProductVariant/900000101"
          },
          "purchase": {
            "type": "one_time"
          },
          "priceSnapshot": {
            "price": 37.95,
            "compareAt": null,
            "at": "2026-09-23T00:00:00Z"
          },
          "cogsRef": "cost:variant/900000101"
        }
      ],
      "pricing": {
        "promisedFirstCharge": 129.03,
        "promisedRenewal": null,
        "compareAt": {
          "value": 151.8,
          "basis": "copy"
        },
        "shipping": {
          "free": false,
          "statedValue": null
        },
        "mechanisms": [
          {
            "type": "discount_function",
            "discountRef": null,
            "roles": [
              "main"
            ],
            "value": {
              "type": "percentage",
              "amount": 15
            },
            "appliesTo": "first_charge"
          }
        ]
      },
      "gifts": {
        "mode": "inherit"
      },
      "checkout": {
        "mode": "checkout_direct"
      },
      "economics": {
        "retentionRate": null
      }
    }
  ],
  "valueStack": [],
  "relatedOffers": [],
  "terms": {
    "renewalDays": null,
    "guaranteeDays": null,
    "trialDays": null,
    "returnWindowDays": null,
    "maxPerCustomer": null,
    "subscriptionDiscountPersistence": "first_order_only"
  },
  "economicsDefaults": {
    "retentionRate": 0.7,
    "cacTarget": 0,
    "minGmPct": 0,
    "costProfile": "dtc-us"
  }
}