Feed Creation
Custom Feed Creation in Shopranos Platform
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
Additional Functions:
_getUnits()
: Retrieves unit information._getCategories()
: Retrieves category information._getBrands()
: Retrieves brand information.Key Points:
products
data and storing the final output in the result
variable._getUnits()
, _getCategories()
, and _getBrands()
to enhance your feed with relevant information.Modified at 7 months ago