pfx-google-shopping:get (product)
Gets a single product.
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 | Â | ID of the product to get. |
Examples
Get a single product:
<route>
<from uri="direct:start"/>
<to uri="pfx-google-shopping:get?entity=product&merchantId=369094993&productId=online:cs:CZ:1111111114&applicationName=pfx_test&secretFileName=''' + fileWithKey.absolutePath + '''"/>
<log message="Google shopping called! ${body}"/>
<to uri="mock:end"/>
</route>
Â
IntegrationManager version 5.8.0