Execute Tool
Gateway Endpoints
Execute Tool
Execute a commerce tool with specified arguments
POST
Execute Tool
Request Body
The name of the tool to execute (e.g.
search_products).The arguments for the tool, matching its Zod schema.
The current conversation session ID.
Response
The data returned by the backend.
The status of the execution (
success or error).