{ "opencollection": "1.0.0", "info": { "name": "Shopper Approved Orders API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Submit Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopperapproved.com/orders/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Your Shopper Approved site ID" }, { "name": "token", "value": "", "type": "query", "description": "Your Shopper Approved API token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits order information to Shopper Approved to trigger a review request to the customer at a specified follow-up date. Use this endpoint when you cannot use the survey script directly on your checkout page." } ] } ], "bundled": true }