Our next-gen architecture is built to help you make sense of your ever-growing data Watch a 4-min demo video!

Back to All Integrations

Open Commerce API Open Commerce API

Last Updated: Aug. 01, 2022

Coralogix provides an easy way to collect your Open Commerce OrderSearch API logs.
The preferred and easiest integration method will be to use our app in the AWS Serverless Application Repository.

Requirements

  • Your AWS user should have permissions to create lambdas and IAM roles.

Installation

Once the deployment is done the lambda will execute every X minutes based on the ‘lambda schedule’ parameter.

Parameters and Descriptions

variabledescription
Application nameThe stack name of this application created
NotificationEmailFailure notification email address
ApplicationNameApplication Name in Coralogix
CoralogixRegionThe Coralogix location region [Europe, Europe2, India, Singapore, US]. Check your Coralogix account URL to see what region you are in (.in , .com , .us)
FunctionArchitectureLambda function architecture [x86_64, arm64]
FunctionMemorySizeLambda function memory limit.
FunctionScheduleLambda function schedule in minutes, the function will be invoked each X minutes. After deploy, first invocation will be after X minutes.
FunctionTimeoutLambda function timeout limit.
LogsToStdoutSend logs to stdout/cloudwatch. Possible values are TrueFalse
OcapiEndpointThe full endpoint to the orderSearch api
OcapiPasswordThe OCAPI password. used to get authenticated.
OcapiUsernameOCAPI username. used to get authenticated.
PrivateKeyCoralogix account ‘send your logs’ key. Can be found in DataFlow -> API Keys
SelectStatementThe select statement to be used in the query. default to (*)
SubsystemNameSubsystem name in Coralogix

On this page