Secrets and credential handling
- Magento credentials are encrypted in DB using
MERCHPILOT_ENC_KEY - No plaintext token storage in application tables
- Connection testing validates scopes without exposing secrets
Security
MerchPilot focuses on least-privilege API access, encrypted secrets, and auditable execution.
Capabilities below reflect current implementation in this service.
MERCHPILOT_ENC_KEYMerchPilot writes only to endpoints required for catalog merchandising updates implemented in the app (for VNext: product-level update endpoint used for category links and price fields). PSP reconciliation, checkout, and CMS flows are outside this service scope.