Skip to content
Recued
Menu
← Back to recipes

Chargebee catalog readiness brief

by recued-core v1

Read-only Chargebee Product Catalog 2.0 readiness brief. It reads bounded pages of items, item prices, coupons, subscriptions for a selected item price, and recent catalog events through recued-core.chargebee, then summarizes checkout readiness and catalog risks. It never creates, updates, archives, deletes, or bulk mutates catalog records, coupons, subscriptions, invoices, or arbitrary Chargebee endpoints.

How it works 14 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (14 steps)
selected_item_price_id trim
Trim whitespace from setting item price id
items_raw ?
item_prices_raw ?
coupons_raw ?
subscriptions_for_price ?
skip: step.selected_item_price_id is_empty
events_raw ?
items default
Apply default
item_prices default
Apply default
coupons default
Apply default
events default
Apply default
summary ?
item_price_table to_table
Format results as a data table
coupon_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Assess Chargebee catalog readiness for hosted checkout: active plan/addon item prices, item configuration, coupon exposure, selected item-price subscription evidence if present, stale catalog risks, and recommended checks before creating checkout links.
chargebee setting =
row limit setting = 50
max length setting = 900
item price id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Chargebee connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

chargebee chargebeecatalogitemsitem-pricescouponscheckoutbriefpack:chargebee

Details

14 steps 5 configurable settings recipe_id: chargebee-catalog-readiness-brief