Skip to main content
Permission: Read · Workspace: not required (global) Lists Goody’s Gifts of Choice — variable-amount flex gifts where the recipient picks from a curated set and the sender funds an amount. Use when the user wants to “let the recipient choose” or is unsure what to send.

Parameters

workspace_id
string
Optional. The catalog is global — pass a workspace UUID only to scope or validate against a workspace.
budget_cents
integer
Optional, in cents (e.g. 7500 for $75); must be positive. When set, each result’s suggested_variable_price echoes the fundable amount — your budget clamped to the gift’s range.

Returns

gifts_of_choice
object[]
Matching Gifts of Choice.
To send one, pass its id as product_id plus variable_price (cents, within the range) to goody_order_batches_create.

Example

"I don't know their taste — give me a $75 let-them-pick option."
Browse fixed-price gifts with goody_products_search, then send the chosen gift with goody_order_batches_create.