About bundle products in product feeds
Product bundles allow merchants to group multiple products together and sell them as a single unit. By default, bundle products are excluded from sales channel feeds. When the Sell bundles feature is enabled for your sales channel, bundle products are included in contextual product feeds with an isBundle
field to identify them.
Anchor to How bundle products work in feedsHow bundle products work in feeds
After enabling bundle publishing, your contextual product feeds will include bundle products alongside regular products. The isBundle
field distinguishes bundle from non-bundle products.
Anchor to Bundle product behaviorBundle product behavior
The behavior of bundle products in feeds depends on whether bundle publishing is enabled:
Product type | Bundle publishing enabled | Bundle publishing disabled |
---|---|---|
Regular product | "isBundle": false | "isBundle": null |
Bundle product | "isBundle": true | Entire webhook payload omitted |
Note: When bundle publishing is disabled, webhooks for bundle products are not sent at all. Your app will not receive any data for bundle products unless the feature is enabled.
Anchor to Product feed webhook payloadsProduct feed webhook payloads
The PRODUCT_FEEDS_INCREMENTAL_SYNC
and PRODUCT_FEEDS_FULL_SYNC
webhooks include the isBundle
field within the product object to identify whether a product is a bundle.
The following examples show the difference between bundle and regular products in webhook payloads:
Anchor to Bundle product (when enabled)Bundle product (when enabled)
Anchor to Regular productRegular product
Anchor to Next stepsNext steps
- Enable bundle publishing for your sales channel
- Learn more about contextual product feeds