action dropx_get_products_title_search { label: "Search for any product using title" description: "Returns list of product ids" provider: dropx method: GET path: "/products/title-search" encoding: json input: { type: "object" properties: { term: { type: "string" } } required: ["term"] additionalProperties: false } output: { type: "object" additionalProperties: true } }