{ "opencollection": "1.0.0", "info": { "name": "Shopware Admin Account Search API", "version": "6.7.9999999-dev" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search products", "type": "http" }, "http": { "method": "POST", "url": "https://{shopDomain}/api/search/product", "body": { "type": "json", "data": "{}" } }, "docs": "Full-featured product search with filter, sort, aggregation support." }, { "info": { "name": "Search products", "type": "http" }, "http": { "method": "POST", "url": "https://{shopDomain}/api/search", "headers": [ { "name": "sw-context-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for products in the storefront. Supports filters, sorting, aggregations and full-text search." } ] } ], "bundled": true }