The ChannelEngine Component is designed to seamlessly connect with ChannelEngine through its API.
Configure the following fields for the component credentials:
https://YourAccount.channelengine.net/api/
).https://youraccount.channelengine.net/api/swagger/merchant/swagger.json
).This component is tested with ChannelEngine Merchant API
version 2.13.0
.
This component does not have trigger functions, making it inaccessible as the first component during the integration flow design.
This action is employed to call any endpoint from the provided Swagger file.
Select an endpoint (dropdown, required): Choose from available endpoints, e.g., GET /v2/channels (Get channels.).
Each field is automatically generated based on the selected endpoint:
/v2/channels/{channelId}/products
, include the field channelId
.{original name}
- URL to file location, where you can provide a link to the file (on the platform or external).In common cases, this will be the Response body. If this is a file, an object with the field url to the file location on the platform will be provided.
If the endpoint supports pagination (field page
in Request parameters
) and you don’t provide an exact page number, the component will automatically go through all pages and emit all of them.
Executes a custom request.
Click here to learn more about the elastic.io iPaaS