SAP S/4HANA Cloud
Read SAP S/4HANA Cloud master data — business partners, sales orders, products — via the OData APIs.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_business_partnersget_business_partnerlist_sales_orderslist_products
Inputs
operation(required) — One of: list_business_partners, get_business_partner, list_sales_orders, list_productshost(required) — S/4HANA Cloud API host, e.g. my300096-api.s4hana.ondemand.com (no scheme).bp— BusinessPartner key — required for get_business_partner.query— OData query params as a JSON object string. Pass {"$format": "json"} for JSON; also $top, $skip, $filter, $select.body— Request body as a JSON object string (unused by the read operations).
Example
operation: list_business_partners
host: <your host>