{ "opencollection": "1.0.0", "info": { "name": "VirtoCommerce.Cart Catalog Quotes API", "version": "v1" }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "QuoteModule_Search", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/quote/requests/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_GetById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/quote/requests/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/quote/requests", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/quote/requests", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/quote/requests", "params": [ { "name": "ids", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_CalculateTotals", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/quote/requests/recalculate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_GetShipmentMethods", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/quote/requests/:id/shipmentmethods", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_CreateOrderFromQuote", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/quote/requests/:id/order", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_UpdateStatus", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/quote/requests/:id/status", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "QuoteModule_GetAttachmentOptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/quote/requests/attachments/options", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }