# NOTE: hand-written — see validation-slot/shopify.extension.toml for why, # and run `shopify app function schema` before deploying to confirm # src/run.graphql matches the live schema for your API version. api_version = "2025-01" [[extensions]] name = "Delivery Method Labeling" handle = "delivery-customization" type = "function" [[extensions.targeting]] target = "purchase.delivery-customization.run" input_query = "src/run.graphql" export = "deliveryCustomizationRun" [extensions.build] command = "" path = "dist/function.wasm" [extensions.build.watch] paths = ["src/**/*.js"]