{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts OrderBatches API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "OrderBatches", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Order Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/order-batches/:orderBatchId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "orderBatchId", "value": "500123", "type": "path", "description": "The order batch id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Order Batch via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/order-batches/{orderBatchId})." }, { "info": { "name": "Flipdish Get All Order Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/order-batches", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." }, { "name": "createdFrom", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The created from query parameter." }, { "name": "createdTo", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The created to query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get All Order Batches via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/order-batches)." } ] } ], "bundled": true }