Hi all — I build apps on this platform and kept losing afternoons to the same two submission blockers: the now-required privacy-policy field, and the mandatory compliance webhooks failing the automated check (worse since registration moved to CLI-only in shopify.app.toml).
I ended up building Term Tool to handle the documentation side — it generates a privacy policy and terms, and outputs the compliance_topics block for customers/data_request, customers/redact, and shop/redact plus the HMAC-401 handling the review check expects.
But mostly I wanted to say: if you’re stuck on the privacy / terms / webhook requirements, reply here and I’ll help work through it — I’ve hit most of the failure modes. The tool’s a shortcut, not a prerequisite; the requirements are all doable by hand and I’m glad to walk through how.