/
pfx-google-shopping:list (product)
pfx-google-shopping:list (product)
Lists products.
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. |
| string |
| ID of the merchant. |
| string |
| Parameter user by API. |
| long |
| Maximum number of results returned. |
Examples
To list products:
<route>
<from uri="direct:start"/>
<to uri="pfx-google-shopping:list?entity=product&merchantId=369094993&applicationName=pfx_test&secretFileName=''' + fileWithKey.absolutePath + '''"/>
<log message="Google shopping called! ${body}"/>
<to uri="mock:end"/>
</route>
IntegrationManager version 6.0.0