The Channels page is where you configure product feeds for your application. This functionality is commonly used by developers when setting up system integrations, allowing you to create and manage feeds that distribute product data to external systems.
Channels serve as the configuration hub for product feed distribution in Norce:
- Product feed management: Configure how product data is exported and distributed
- System integrations: Enable connections between Norce and external systems
- Export control: Manage different types of exports (full or delta)
- Data distribution: Currently supports Azure Blob storage for feed distribution
When you first access the Channels page, you'll see a list of all current channels configured for your application. From this view, you can:
- View existing channels and their configurations
- Create new channels
- Click into individual channels to edit their settings
At the top of each channel configuration, you'll find the job key. This unique identifier is essential for integrations as it's used to create and generate new feeds programmatically.
The Settings section contains the core configuration options for your channel:
- Name: Display name for the channel
- Description: Detailed description of the channel's purpose
- Cultures: Language and regional settings for the feed
- Price Lists: Pricing information to include in the feed
Depending on the type of channel feed you're creating, additional settings will appear in the lower section of the Settings tab.
Currently, Norce supports one feed type:
- Azure Blob: Distributes feeds to Azure data services
- Download capability: Access completed feeds directly from Azure storage
- Future expansion: Additional feed types may be added in future releases
The Log tab provides comprehensive tracking and management of your channel exports.
View and manage all exports that have been processed through the channel:
- Unique keys: Each log entry has its own unique identifier
- Export scope: Filter by delta (incremental) or full exports
- Export type: Identify different types of exports processed
- Date filtering: Search exports by date range
Each log entry displays:
- Items count: Number of products included in the export
- Processing duration: Time taken to process the export
- Export status: Current status of the export process
You can download export results directly from the UI:
- Manual review: Access export data for manual inspection
- Download icon: Located on the right side of each log item
- Data size warning: Be cautious as export files can be quite large
- Navigate to the Channels page
- Click to create a new channel
- Configure basic settings (name, description, cultures, price lists)
- Select and configure the appropriate feed type
- Note the generated job key for integration use
- Access the Log tab for the relevant channel
- Use filters to find specific exports:
- Search by unique key
- Filter by scope (delta/full)
- Filter by export type
- Filter by date range
- Download results as needed for review
Developers can use the job key to:
- Trigger new feed generation programmatically
- Integrate with external systems
- Automate product data distribution processes
Read about product feeds in the technical documentation.