Mark shop endpoints with appropriate auth context: - messages.py: # authenticated (customer auth + vendor context) - orders.py: # authenticated (customer auth + vendor context) - content_pages.py: # public (uses middleware vendor context) These endpoints use VendorContextMiddleware for vendor context, not require_vendor_context() dependency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>