shopify-functions
Installation
SKILL.md
Shopify Functions (Serverless Wasm Extensions)
Before writing code
Fetch live docs:
- Fetch
https://shopify.dev/docs/apps/build/functionsfor Functions overview - Web-search
site:shopify.dev shopify functions input outputfor I/O schemas - Web-search
site:shopify.dev shopify functions api referencefor function types
What Are Shopify Functions
Serverless extensions that run on Shopify's infrastructure:
- Written in JavaScript or Rust
- Compiled to WebAssembly (Wasm)
- Execute within Shopify's checkout and backend pipeline
- 11 million instruction limit and 5ms execution time limit — must be extremely fast
- No network access, no filesystem — pure computation on provided input
- Wasm binary size limit: 256 KB, input JSON size limit: 64 KB