Edit in GitHubLog an issue

Submission checklist

Before submitting your app, ensure it meets all requirements:

Documentation requirements

  • Clear installation instructions for both PaaS and SaaS environments
  • Configuration details for all environment variables
  • Usage instructions explaining how to use the app post-installation
  • Prerequisites listed (Admin UI SDK version, module dependencies)

Security requirements

  • All runtime actions use require-adobe-auth: true
  • No hardcoded secrets in code or configuration
  • Webhooks protected by signature verification
  • No critical or high vulnerabilities (npm audit passes)
  • Repository is private if hosted on GitHub

Project structure requirements

  • Updated package.json with app-specific name, version, and author
  • Proper app.config.yaml configuration
  • Commerce defined as a required product dependency
  • Clean .env.dist file with all required variables
  • Unused folders and files removed

Testing requirements

  • All tests pass (npm test)
  • Events are received and processed correctly
  • Webhooks respond with proper format and timing
  • Admin UI renders correctly
  • Works on both PaaS and SaaS Commerce environments
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.