For Magento, all the APIs mentioned in the below link are available in the Magento Connector.
To check the APIs available for the current setup, hit the below URL in POSTMAN.
In the Headers section, add the Authorization header and the value would be the Access Token created in the section Prerequisites.
...where XXXX is the Access Token. Append the keyword Bearer before the Access Token.
The APIs available in the above response will be available in the Magento Connector.
The Business Process name and Schema name will be the same as the name of the API as it appears in the above response (http://{host}/rest/all/schema)
Each OperationID in the swagger can be correlated with the Business Process name and Schema name in the Magento Connector Project.
For example:
In the above screenshot operationId storesStoreRepositoryV1GetListGet under path /V1/store/storeViews can be correlated to StoreStoreRepositoryV1GetListGet.bps and StoreStoreRepositoryV1GetListGetResponse.jsonSchema in Magento Connector Project, below.
Note:
The BPs and schemas available in the connector, depends on the APIs selected in the Integration i.e. at the time of access token creation(refer to the section Prerequisites).