The goal is to have a page that dynamically displays active coupon codes to avoid updating the page manually.
I had thought creating a boolean metafield would do the trick paired with some liquid on the page. However I don’t see an option to create a discount metafield. I also learned that liquid templating doesn’t natively support querying or displaying active discount codes directly since Shopify doesn’t expose discount objects to the storefront or Liquid templates. We wouldn’t want to display ALL active coupon codes anyways, only certain ones.
Any ideas?