Fetch Products from SAP C4C

<pfx:loadMapper id="sapProductMapper"> <pfx:body in="ID" out="sku"/> <pfx:body in="Description" out="label"/> </pfx:loadMapper> <route> <from uri="timer://foo?repeatCount=1"/> <to uri="pfx-c4c?method=fetchProducts&username=yourUserName&password=******&url=my326067.crm.ondemand.com/sap/byd/odata/v1/c4codata/"/> <to uri="pfx-api?method=loaddata&objectType=P&mapper=sapProductMapper"/> </route>

IntegrationManager version 5.8.0