pfx-google-shopping:batch (product)

Send products to Google Shopping.

Properties

Option

Type

Default

Description

Option

Type

Default

Description

entity

string

 

Mandatory field. Must be set to product to be able to call this method.

applicationName

string

 

Application name for Google Shopping API.

secretFileName

 string

 

Name of a file which contains secrets for authentication.

Examples

Send products in batch:

<route> <from uri="direct:start"/> <setBody><constant>"[{"productId":"1"},{"productId":"2"}]"</constant></setBody> <to uri="pfx-google-shopping:batch?entity=product&amp;applicationName=pfx_test&amp;secretFileName=''' + fileWithKey.absolutePath + '''"/> <log message="Google shopping called! ${body}"/> <to uri="mock:end"/> </route>

 

IntegrationManager version 5.8.0