How to Pass Custom Properties to Webhooks
(Doc ID 3050415.1)
Last updated on OCTOBER 11, 2024
Applies to:
Oracle Commerce Cloud Service - Version 24.05 and laterInformation in this document applies to any platform.
Goal
Each webhook has predefined list of objects in the payload. See Webhook node under OCC Rest APIs at https://docs.oracle.com/en/cloud/saas/cx-commerce/cxocc/index.html. For instance orderValidation webhook can only receive following data:
operation: string
order: object
organization: object
profile: object
This article will cover how to pass additional data to a webhook if your webhook implementation needs such data.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |