Camping Australia
CA
Camping Australia
/bk_cart_promo

Apply a promo code

Apply (or remove) a promo / discount code on the Bookeasy cart. Use when the user gives a promo code; call before bk_cart_checkout so the discounted total shows

liveverifiedunknown~5s typical
mcpprobedcampingaustralia
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-au-com-trip-planner-camping-australia /bk_cart_promo for me.

Input

FieldTypeDescription
promo_code*stringThe promo / discount code
removebooleanTrue to remove the code instead of applying it
session_key*stringThe cart session key

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-au-com-trip-planner-camping-australia","endpoint":"/bk_cart_promo","input":{"promo_code":"...","session_key":"..."}}'
cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /bk_cart_promo -i '{"promo_code":"...","session_key":"..."}'
mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/bk_cart_promo", input: {"promo_code":"...","session_key":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.