Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.04 KB

File metadata and controls

27 lines (19 loc) · 2.04 KB

IntegrationStateV2

Properties

Name Type Description Notes
customerProfile CustomerProfile The customer profile associated with the event. [optional]
loyalty Loyalty The loyalty program status of the customer. [optional]
triggeredCampaigns List<Campaign> The campaigns that were triggered as a result of processing the event. [optional]
effects List<Effect> The effects generated by the rules in your running campaigns. See API effects.
ruleFailureReasons List<RuleFailureReason> The reasons why certain rules were not triggered during the event processing. [optional]
createdCoupons List<Coupon> The coupons that were created during the event processing.
createdReferrals List<Referral> The referrals that were created during the event processing.
awardedGiveaways List<Giveaway> The giveaways that were awarded during the event processing. [optional]
referral InventoryReferral The referral that was processed. [optional]
coupons List<IntegrationCoupon> The coupons that were processed. [optional]
event Event The event that was processed. [optional]
advancedEvent EventV3 The advanced event that was processed. [optional]
customerSession CustomerSessionV2 The session that was processed. [optional]
_return ModelReturn The return that was processed. [optional]
previousReturns List<ModelReturn> The previous returns associated with the event. [optional]