HomeWiki
HomeWiki
  1. Home
  • Back to home
  • 3. Feeds
  • Feed Creation
  • Feed Simulation
  • Feed Execution
  1. Home

Feed Creation

Custom Feed Creation in Shopranos Platform#

In the Shopranos platform, you can create your own custom data feeds by navigating to Feeder Transformations. This feature allows you to define a custom feed by manipulating the product data loaded by the system. The system provides access to a products variable, which contains all product data. You can use this data to generate a custom feed by populating a result variable with the desired output format.

Example Scenario#

Below is an example scenario where the product data is transformed into an XML format:

Additional Functions:#

You can also call the following functions to retrieve additional information:
_getUnits(): Retrieves unit information.
_getCategories(): Retrieves category information.
_getBrands(): Retrieves brand information.
These functions can be integrated into your custom feed to enrich the data further.

Key Points:#

Custom Feed Creation: You can fully customize the output of your feed by manipulating the products data and storing the final output in the result variable.
XML Generation: The example provided demonstrates how to transform product data into an XML structure.
Data Enrichment: Use additional functions like _getUnits(), _getCategories(), and _getBrands() to enhance your feed with relevant information.
Next
Feed Simulation
Built with