{ "opencollection": "1.0.0", "info": { "name": "SAP Commerce Cloud Admin Addresses Metadata API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.{region}.commercecloud.sap/authorizationserver/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "SAP Commerce Cloud Get service metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/$metadata" }, "docs": "Retrieve the OData service metadata document describing all available entity types and associations." } ] } ], "bundled": true }