Add custom business logic to your checkout that is impossible with traditional e-commerce platforms. Modify any attribute from your cart. Integrate with any API.
clientProfileData.email
- and use this data in the custom code you deployed to the function.
clientProfileData.backgroundCheck
Request
Runs before the HTTP setup as the triggerResponse
Runs after the HTTP setup as the triggerthrow
for anything that affects order validation or payment. Use skip
for analytics, logging, and optional features.priority
feature. This creates an order in which Ollie Shop will trigger your functions. When a functions is triggered it will use the data made available from the previous function.
Priority starts with 0
(zero) and currently there are no limits on the number of functions you can trigger.