Create Chargebee catalog item and price
Use “Create Chargebee catalog item and price” in Recued. It runs the Chargebee Product Catalog 2.0 item and item-price creation workflow with approval before changes are made.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (13 steps)
target_item_id
trim
Trim whitespace from setting item id
target_item_price_id
trim
Trim whitespace from setting item price id
encoded_item_body
trim
Trim whitespace from setting item body
encoded_item_price_body
trim
Trim whitespace from setting item price body
creation_reason
trim
Trim whitespace from setting reason
existing_items
?
skip: step.target_item_id is_empty
existing_prices
?
skip: step.target_item_price_id is_empty
has_item_body
compare
Check if encoded item body has data
has_price_body
compare
Check if encoded item price body has data
ready
all
Check if all conditions are true
created_item
?
skip: step.ready not_equal true
created_item_price
?
skip: step.ready not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
reason
setting
=
item id
setting
=
chargebee
setting
=
item body
setting
=
id=example-plan&name=Example%20Plan&type=plan&item_family_id=default&enabled_for_checkout=true&enabled_in_portal=true
item price id
setting
=
item price body
setting
=
id=example-plan-USD-monthly&item_id=example-plan&name=Example%20Plan%20Monthly¤cy_code=USD&pricing_model=flat_fee&price=1000&period=1&period_unit=month
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.