{ "opencollection": "1.0.0", "info": { "name": "DoorDash Drive Classic Addresses Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "DoorDash Update an Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://openapi.doordash.com/drive/v1/orders/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path", "description": "The unique DoorDash order identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the status of an order, cancels items, adjusts item or option quantities, or substitutes items. A separate token may be required for patch_order_events operations." } ] } ], "bundled": true }