IAV-841/feat(url-builder): Introduce WooCommerce and Shopify Workflow Template URL Generation
Overview
This merge request extends the FileManagerServicePath URL builder with methods specifically for WooCommerce and Shopify workflow template management.
Key Changes
- Add URL generation methods for WooCommerce and Shopify workflow templates
- Create methods for:
- Template upload
- Metadata retrieval
- Content access
- Maintain existing URL builder conventions
Technical Details
- Implemented platform-specific URL builder methods
- Followed existing coding and naming conventions
- Ensured consistent URL generation approach
Testing Considerations
- Verify generated URLs match expected patterns
- Test URL generation for different scenarios
- Ensure compatibility with existing infrastructure
Closes IAV-841