rsnc_agent_stack_deals
Calculate the optimal deal stack for a specific purchase at a specific brand. Combines base cashback earned + best redeemable perk + any active promotions to show total savings. Use after route_purchase to maximize value at the chosen brand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID to check redeemable perks against their balance. | |
| brandId | Yes | The brand to optimize the deal for. | |
| purchaseAmount | Yes | Purchase amount in USD. |