{ "opencollection": "1.0.0", "info": { "name": "Grubhub Deliveries Delivery Status Order Status API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Order Status", "type": "folder" }, "items": [ { "info": { "name": "Grubhub Confirm an Order", "type": "http" }, "http": { "method": "POST", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchant/:merchant_long_id/orders/:order_uuid/confirm", "params": [ { "name": "merchant_long_id", "value": "", "type": "path", "description": "The long-form unique identifier for the merchant on Grubhub." }, { "name": "order_uuid", "value": "", "type": "path", "description": "The UUID of the order." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirms an order that has been received. All orders that can be fulfilled are required to be confirmed. Partners can optionally indicate an estimated delivery time using wait_time_in_minutes in the request body." }, { "info": { "name": "Grubhub Update Order Status", "type": "http" }, "http": { "method": "PUT", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchant/:merchant_long_id/orders/:order_uuid/status", "params": [ { "name": "merchant_long_id", "value": "", "type": "path", "description": "The long-form unique identifier for the merchant on Grubhub." }, { "name": "order_uuid", "value": "", "type": "path", "description": "The UUID of the order." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the status of an order through its lifecycle states. Partners use this endpoint to mark orders as in progress, ready for pickup, out for delivery, or completed." } ] } ], "bundled": true }