{ "opencollection": "1.0.0", "info": { "name": "Grubhub Deliveries Delivery Status Schedule Overrides API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Schedule Overrides", "type": "folder" }, "items": [ { "info": { "name": "Grubhub Create a Schedule Override", "type": "http" }, "http": { "method": "POST", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchant/:merchant_id/schedules/overrides", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The unique identifier for the merchant on Grubhub." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a schedule override for a merchant, allowing temporary changes to operating hours such as closures, extended hours, or holiday schedules." }, { "info": { "name": "Grubhub Cancel a Schedule Override", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchant/:merchant_id/schedules/overrides", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The unique identifier for the merchant on Grubhub." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancels an existing schedule override for a merchant, restoring the regular operating hours." } ] } ], "bundled": true }