{ "opencollection": "1.0.0", "info": { "name": "Shell B2B Mobility Accounts Orders API", "version": "2.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.shell.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/orders", "params": [ { "name": "accountNumber", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Filter by order status" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns a list of lubricants orders for the account." }, { "info": { "name": "Place Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.shell.com/mobility/v2/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Places a new lubricants order." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.shell.com/mobility/v2/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Returns details for a specific lubricants order." } ] } ], "bundled": true }