For Adobe Commerce, all the APIs mentioned in the below link are available in the Adobe Commerce Connector.
To check the APIs available for the current setup, you can view 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 Adobe Commerce 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 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 the Adobe Commerce Connector Project, below.
Note: The actual Business Processes and Schemas available in the connector depend on the APIs that were selected in the Integration (i.e. at the time of access token creation (this is described in Prerequisites).
Comments
0 comments
Please sign in to leave a comment.