{ "opencollection": "1.0.0", "info": { "name": "DoorDash Drive Classic Addresses Catalog API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "DoorDash Add Items to Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.doordash.com/drive/v1/items", "body": { "type": "json", "data": "{}" } }, "docs": "Adds new items to the DoorDash item catalog. Each item is identified by a unique Merchant Supplied Item ID (MSID). Items added through this endpoint become available for inventory and pricing management at individual stores." }, { "info": { "name": "DoorDash Update Items in Catalog", "type": "http" }, "http": { "method": "PATCH", "url": "https://openapi.doordash.com/drive/v1/items", "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about existing items in the catalog. Uses the same validation as the create endpoint. Items are matched by their Merchant Supplied Item ID." } ] } ], "bundled": true }