Send products to Google Shopping.
Properties
|
Option |
Type |
Default |
Description |
|---|---|---|---|
|
|
string |
|
Mandatory field. Must be set to |
|
|
string |
|
Application name for Google Shopping API. |
|
|
string |
|
Name of a file which contains secrets for authentication. |
Examples
Send products in batch:
XML
<route>
<from uri="direct:start"/>
<setBody><constant>"[{"productId":"1"},{"productId":"2"}]"</constant></setBody>
<to uri="pfx-google-shopping:batch?entity=product&applicationName=pfx_test&secretFileName=''' + fileWithKey.absolutePath + '''"/>
<log message="Google shopping called! ${body}"/>
<to uri="mock:end"/>
</route>