Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 926 Bytes

ShowBundleMetadataEffectProps.md

File metadata and controls

13 lines (9 loc) · 926 Bytes

ShowBundleMetadataEffectProps

This effect is deprecated. The properties specific to the "ShowBundleMetadata" effect. This effect contains information that allows you to associate the discounts from a rule in a bundle campaign with specific cart items. This way you can distinguish from "normal" discounts that were not the result of a product bundle.

Properties

Name Type Description Notes
description str Description of the product bundle.
bundle_attributes list[str] The cart item attributes that determined which items are being bundled together.
items_indices list[float] The indices in the cart items array of the bundled items.

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