A Google service that allows users to search for products on online shopping websites and compare prices between different vendors.
productId - unique product identifier. Consist of:
channel:contentLanguage:targetCountry:offerId
.
Component requires at least 1GB of RAM to work correct:
Set env variable EIO_REQUIRED_RAM_MB
to 1024
.
Component supports Service account as authentication mechanism.
Id of customer’s merchant account.
Content of json file with google key.
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Request JSON schema ./src/main/schemas/InsertProduct.in.json
Request JSON schema ./src/main/schemas/DeleteProduct.in.json
Request JSON schema ./src/main/schemas/DeleteProduct.in.json
Request JSON schema ./src/main/schemas/CustomBatchProduct.in.json
Request JSON schema ./src/main/schemas/DeleteProduct.in.json
Request JSON schema ./src/main/schemas/CustomBatchProductStatuses.in.json
Request JSON schema ./src/main/schemas/SetPriceAndInventory.in.json
Request JSON schema ./src/main/schemas/CustomBatchInventory.in.json
Request input parameters accountId
Request input parameters accountId
Request input parameters accountId
Request JSON schema ./src/main/schemas/InsertAccount.in.json
Request JSON schema ./src/main/schemas/PatchAccount.in.json
Request JSON schema ./src/main/schemas/UpdateAccount.in.json
Request JSON schema ./src/main/schemas/CustomBatchAccount.in.json
Request input parameters accountId
Request JSON schema ./src/main/schemas/PatchAccountTax.in.json
Request JSON schema ./src/main/schemas/UpdateAccountTax.in.json
Request JSON schema ./src/main/schemas/CustomBatchAccountTax.in.json
Request input parameters datafeedId
Request JSON schema ./src/main/schemas/CustomBatchAccountStatuses.in.json
Request JSON schema ./src/main/schemas/InsertDatafeed.in.json
Request input parameters datafeedId
Request input parameters datafeedId
Request JSON schema ./src/main/schemas/CustomBatchDatafeed.in.json
Request JSON schema ./src/main/schemas/UpdateDatafeed.in.json
Request JSON schema ./src/main/schemas/PatchDatafeed.in.json
Request input parameters datafeedId
Request JSON schema ./src/main/schemas/CustomBatchDatafeedStatuses.in.json
Common request structure description
Detailed fields description with fields dependencies
Click here to learn more about the elastic.io iPaaS