Skip to content
Recued
Menu
← Back to recipes

Create Chargebee catalog item and price

by recued-core v1

Approval-gated Chargebee Product Catalog 2.0 item and item-price creation workflow. It checks existing item and price IDs, then creates one item and one item price using Chargebee's documented form-encoded bodies. It does not update, archive, delete, attach, bulk mutate, create coupons, create subscriptions, or call arbitrary Chargebee endpoints.

How it works 13 steps

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 6 configurable

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&currency_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.

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 chargebeecatalogitemitem-pricecreateapprovalpack:chargebee

Details

13 steps 6 configurable settings recipe_id: create-chargebee-catalog-item-price