{ "opencollection": "1.0.0", "info": { "name": "Shoppable Commerce API Suite Catalog Products API", "version": "1.0.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get detailed product information", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8282/products", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to query a given set of UPCs to return stock availabilities, up-to-date price information and variations" } ] } ], "bundled": true }