Skip to main content
Completes linking a cooperative merchant (Rappi) by submitting the one-time code the user received after buy_link_merchant.
Not advertised in tools/list by default — the buy tool covers this conversationally. Expert integrations can still call it by name.

Parameters

ParameterTypeRequiredDescription
merchantstringYesThe merchant slug being linked.
pending_idstringYesThe pending_id returned by buy_link_merchant.
codestringYesThe one-time code the user received.

Returns

Confirmation that the merchant is linked and ready to search and shop. If the code or pending link does not check out, a short error message explains why.

Example

{ "name": "buy_confirm_merchant", "arguments": { "merchant": "rappi", "pending_id": "pend_8f2c1a", "code": "482913" } }