{ "opencollection": "1.0.0", "info": { "name": "Grubhub Deliveries Delivery Status Merchant Status API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Merchant Status", "type": "folder" }, "items": [ { "info": { "name": "Grubhub Update Merchant Online/offline Status", "type": "http" }, "http": { "method": "PUT", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchants/status", "body": { "type": "json", "data": "{}" } }, "docs": "Sets the status of a batch of merchants to online or offline on Grubhub. When offline, merchants will not be listed on the site. When online, merchants will be listed and able to accept orders. Supports both soft pauses (remainder of business day) and hard pauses (multiple days)." }, { "info": { "name": "Grubhub Get Merchant Status Batch Progress", "type": "http" }, "http": { "method": "GET", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchants/status/:batch_id", "params": [ { "name": "batch_id", "value": "", "type": "path", "description": "The unique identifier for a batch operation." } ] }, "docs": "Returns the status of a merchant online/offline batch operation together with the progress for each individual merchant in the batch." } ] } ], "bundled": true }