{
  "currency": "USD",
  "product": "Custom printed t-shirt (AI-designed or upload your own artwork)",
  "input": {
    "quantity": 50,
    "sides": "double",
    "shipping": "standard"
  },
  "basePrice": {
    "single": 26.99,
    "double": 33.98
  },
  "discountPercent": 22,
  "perShirtPrice": 26.5,
  "subtotal": 1325,
  "shipping": {
    "method": "standard",
    "cost": 0,
    "freeShippingThreshold": 2,
    "estimatedDelivery": "5-10 business days"
  },
  "shippingRules": {
    "standard": {
      "cost": 4.95,
      "freeAtQuantity": 2,
      "rule": "4.95 flat; free on orders of 2 or more shirts",
      "estimatedDelivery": "5-10 business days"
    },
    "express": {
      "base": 4.95,
      "perShirt": 1,
      "rule": "standard shipping + 4.95 + 1 per shirt",
      "estimatedDelivery": "3-6 business days"
    }
  },
  "total": 1325,
  "setupFees": 0,
  "minimumOrder": 1,
  "bulkTiers": [
    {
      "minQuantity": 1,
      "maxQuantity": 9,
      "discountPercent": 0,
      "singleSided": 26.99,
      "doubleSided": 33.98
    },
    {
      "minQuantity": 10,
      "maxQuantity": 24,
      "discountPercent": 8,
      "singleSided": 24.83,
      "doubleSided": 31.26
    },
    {
      "minQuantity": 25,
      "maxQuantity": 49,
      "discountPercent": 16,
      "singleSided": 22.67,
      "doubleSided": 28.54
    },
    {
      "minQuantity": 50,
      "maxQuantity": 99,
      "discountPercent": 22,
      "singleSided": 21.05,
      "doubleSided": 26.5
    },
    {
      "minQuantity": 100,
      "maxQuantity": null,
      "discountPercent": 30,
      "singleSided": 18.89,
      "doubleSided": 23.79
    }
  ],
  "notes": "No setup fees and no minimum order. Bulk discounts apply automatically by quantity. Have a deadline? Text (888) 849-7322 and we'll confirm a date we can hit; rush orders print next day.",
  "humanPricingPage": "https://www.shirrts.com/pricing",
  "machineReadablePricing": "https://www.shirrts.com/pricing.md"
}