Skip to Content

Add an API Proxy to a Product

In SAP Integration Suite, API proxies are grouped and exposed as products. In this tutorial you will create a new product and assign the previously created API proxy to it.
You will learn

In SAP Integration Suite, API Management uses three main components to expose APIs.
- The API Provider is used to abstract the connection to the backend / target system.
- The API Proxy is the actual API which contains the logic to connect to the target system. Here you can model the flow, add security policies, transform the incoming message or look for content injections.
- The API Product which bundles one or more API Proxies before they are exposed in the API Developer portal so they can be consumed by a developer.

smahatiMahati ShankarApril 15, 2025
Created by
smahati
December 10, 2024
Contributors
Kakabira
smahati

Prerequisites

In SAP Integration Suite, API proxies are grouped and exposed as products. In this tutorial you will create a new product and assign the previously created API proxy to it

  • Step 1

    Log on to SAP Integration Suite (you can get the URL from SAP Integration Suite Launchpad, click on Manage APIs).

    Open SAP API Management API Portal
  • Step 2

    To access the list of products, select the Hamburger Menu in the upper left corner and click on Engage.

    Click on Develop

    Select Products from the tab menu. This will bring up the list of previously created products.

    Click on Product
  • Step 3

    On the Products tab, click on Create to start the new product wizard.

    Click on Create
  • Step 4

    On the Overview page, enter the values for Name and Title.

    Field Value
    Name ProductForFirstAPIProxy
    Title Product For First API Proxy
    Product overview
  • Step 5

    In the tab menu, select API. This is where you can add and remove APIs and API proxies from the product.

    Click the Add button.

    APIs for product

    The list of API proxies is populated from the APIs you have created. Select the API proxy FlightCollectionAPI that you created in the previous tutorial. Click OK.

    Click on OK
  • Step 6

    Click on Publish.

    Click on Publish

    The product is now available.

    The Product is available

    Expand the GWSAMPLE_BASIC API to see some of the collections. Which of the items below is in that list?

Back to top