Free shipping for pet brands

Free shipping for pet brands on USPS's published label prices: what it gives away on orders that already qualify, and what a top-up earns.

An order, shipping charged

Revenue $39.80 to gross margin $11.78 (29.6%)
Revenue
$39.80
cogs
−$9.81
pick_pack
−$3.20
shipping
−$11.57
processing_fixed
−$0.30
refunds
−$1.99
processing
−$1.15
Gross margin
$11.78

2 declared kinds cost nothing on this option

The same order, shipped free

Revenue $31.06 to gross margin $3.73 (12.0%)
Revenue
$31.06
cogs
−$9.81
pick_pack
−$3.20
shipping
−$11.57
processing_fixed
−$0.30
refunds
−$1.55
processing
−$0.90
Gross margin
$3.73

2 declared kinds cost nothing on this option

One order, shipping charged and shipped free
OptionCustomer paysShipping chargedCostsMarginMargin %Conversion it needs
An order, shipping charged$31.06$8.74$28.02$11.7829.6%
The same order, shipped free$31.06$0.00$27.33$3.7312.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

An order at $31.06 weighs about 3 lb packed, so its label costs $11.57 at USPS's Zone 5 commercial price. Charging the 1 lb label ($8.74) and shipping free differ by $8.05 per order.

Free shipping on every order keeps $3.73 per order against $11.78 when shipping is charged. To earn the same per visitor it has to bring 215.8% more buyers.

With no unit to top up with, a threshold would sit above the average order and only a share of orders would qualify. The free-shipping threshold calculator prices that with your own order values.

The cost structure, and where it comes from

Price$31.06, the average order. BARK, fiscal fourth quarter and full year 2026 results, read September 23, 2026
Unit cost$9.81. From the reported gross margin: “DTC gross margin expanded 230 basis points year-over-year to 68.4% (excluding BARK Air) · Average order value $31.06” BARK, fiscal fourth quarter and full year 2026 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: 3 lb per order. 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 toy: unit cost $3.16, retail $10.00. A $10 toy, costed at BARK's reported direct-to-consumer gross margin.

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_PET_FREE_SHIPPING",
    "experience": "pb-pet-free-shipping-v1",
    "campaign": "cmp_playbook",
    "presell": null,
    "signature": null,
    "carrier": {
      "cartAttributes": [
        "_oe_offer",
        "_oe_version",
        "_oe_code"
      ],
      "lineProperties": [
        "_oe_option",
        "_oe_role"
      ],
      "orderTags": [
        "offer:PB_PET_FREE_SHIPPING",
        "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": "order",
      "label": "Free shipping",
      "isDefault": true,
      "surfaced": true,
      "axisValues": {},
      "unitCount": {
        "value": 1,
        "source": "declared"
      },
      "fallback": null,
      "groupKey": "order",
      "lines": [
        {
          "role": "main",
          "quantity": 1,
          "required": true,
          "bind": {
            "resolveBy": "fixed_variant",
            "productId": "gid://shopify/Product/900000301",
            "variantId": "gid://shopify/ProductVariant/900000301"
          },
          "purchase": {
            "type": "one_time"
          },
          "priceSnapshot": {
            "price": 31.06,
            "compareAt": null,
            "at": "2026-09-23T00:00:00Z"
          },
          "cogsRef": "cost:variant/900000301"
        }
      ],
      "pricing": {
        "promisedFirstCharge": 31.06,
        "promisedRenewal": null,
        "compareAt": {
          "value": 31.06,
          "basis": "copy"
        },
        "shipping": {
          "free": true,
          "statedValue": null
        },
        "mechanisms": []
      },
      "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"
  }
}