{ "opencollection": "1.0.0", "info": { "name": "SAP Commerce Cloud Admin Addresses Media 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": "Media", "type": "folder" }, "items": [ { "info": { "name": "SAP Commerce Cloud Get product images", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.{region}.commercecloud.sap/products/:productCode/images", "params": [ { "name": "productCode", "value": "", "type": "path", "description": "Product code" }, { "name": "fields", "value": "", "type": "query", "description": "Response field configuration level. Use BASIC, DEFAULT, or FULL to control the amount of data returned." } ] }, "docs": "Retrieve all images associated with a product, including primary, gallery, and zoom images." } ] } ], "bundled": true }