← back to Dw Checkout Guard
extensions/dw-checkout-guard/shopify.extension.toml
18 lines
api_version = "2026-07"
[[extensions]]
name = "DW Checkout Guard"
handle = "dw-checkout-guard"
type = "function"
uid = "4f015ab2-adf1-4392-1005-0230f3baa746a7f8880b"
description = "Blocks $0 / quote-only / discontinued line items at checkout"
[[extensions.targeting]]
target = "cart.validations.generate.run"
input_query = "src/cart_validations_generate_run.graphql"
export = "cart-validations-generate-run"
[extensions.build]
command = ""
path = "dist/function.wasm"