{
  "catalogVersion": 1,
  "currency": "usd",
  "styles": [
    {
      "key": "standard_ss",
      "label": "Standard stainless steel, dull, embossed",
      "description": "A set of two standard stainless steel tags with a dull military finish, embossed with your custom text.",
      "priceCents": 1295,
      "tagsPerSet": 2
    },
    {
      "key": "polished_black",
      "label": "Polished stainless + black, embossed",
      "description": "A set of two tags in the polished stainless and black finish, embossed with your custom text.",
      "priceCents": 1295,
      "tagsPerSet": 2
    },
    {
      "key": "notched_wwii",
      "label": "Notched WWII replica, embossed",
      "description": "A set of two notched WWII replica tags, embossed with your custom text.",
      "priceCents": 1595,
      "tagsPerSet": 2
    },
    {
      "key": "brass_le",
      "label": "Limited edition brass, embossed",
      "description": "A set of two limited edition brass tags, embossed with your custom text.",
      "priceCents": 1995,
      "tagsPerSet": 2
    },
    {
      "key": "medical_single",
      "label": "Medical alert tag, embossed",
      "description": "A single red medical alert tag, embossed with your custom text.",
      "priceCents": 795,
      "tagsPerSet": 1
    }
  ],
  "addons": {
    "silencers": {
      "priceCents": 99,
      "per": "pair",
      "description": "Rubber silencers around the tag edge."
    },
    "debossing": {
      "priceCents": 300,
      "per": "set",
      "description": "Debossed lettering pressed into the metal."
    }
  },
  "shipping": {
    "flatCents": 650,
    "country": "US"
  },
  "fulfillment": [
    "ship",
    "pickup"
  ],
  "constraints": {
    "maxItemsPerOrder": 3,
    "maxQtyPerItem": 20,
    "linesPerTag": 5,
    "charsPerLine": 17,
    "charset": "^[A-Z0-9 \\-./#(),&']*$",
    "medicalSingleHasOneFace": true
  },
  "store": {
    "name": "Bossert's Military Surplus",
    "url": "https://dogtag.bossertmilsurp.com",
    "mainSite": "https://bossertmilsurp.com",
    "streetAddress": "434 NE 32nd St",
    "addressLocality": "Kansas City",
    "addressRegion": "MO",
    "postalCode": "64116",
    "addressCountry": "US",
    "phone": "(816) 452-2002",
    "hours": "Tuesday through Saturday, 10am to 6pm"
  },
  "policies": {
    "madeToOrder": true,
    "returns": "Custom stamped tags are made to order and cannot be returned. Contact the store about any problem with an order.",
    "shipping": "Flat rate shipping anywhere in the US.",
    "pickup": "Free pickup at the store in Kansas City.",
    "privacy": "Order details for unpaid checkouts are deleted from our systems after 72 hours."
  },
  "checkout": {
    "agentEndpoint": "https://dogtag.bossertmilsurp.com/api/agent-checkout",
    "mcpEndpoint": "https://dogtag.bossertmilsurp.com/api/mcp",
    "humanPage": "https://dogtag.bossertmilsurp.com/order-dog-tags",
    "paymentModel": "human_pays_hosted_stripe_link",
    "linkTtlMinutes": 30
  }
}
