Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1 KB

CustomEffectProps.md

File metadata and controls

17 lines (12 loc) · 1 KB

# CustomEffectProps

Properties

Name Type Description Notes
effectId int The ID of the custom effect that was triggered.
name string The type of the custom effect.
cartItemPosition float The index of the item in the cart item list to which the custom effect is applied. [optional]
cartItemSubPosition float For cart items with quantity > 1, the sub position indicates to which item unit the custom effect is applied. [optional]
bundleIndex int The position of the bundle in a list of item bundles created from the same bundle definition. [optional]
bundleName string The name of the bundle definition. [optional]
payload object The JSON payload of the custom effect.

[Back to Model list] [Back to API list] [Back to README]