{ "opencollection": "1.0.0", "info": { "name": "VirtoCommerce.Cart Catalog Marketing API", "version": "v1" }, "items": [ { "info": { "name": "Marketing", "type": "folder" }, "items": [ { "info": { "name": "Search content places list entries by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentplaces/listentries/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search content places list entries by given criteria" }, { "info": { "name": "Search dynamic content places by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentplaces/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search dynamic content places by given criteria" }, { "info": { "name": "Search content places list entries by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentitems/listentries/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search content places list entries by given criteria" }, { "info": { "name": "Search dynamic content items by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentitems/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search dynamic content items by given criteria" }, { "info": { "name": "Search dynamic content items by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentpublications/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search dynamic content items by given criteria" }, { "info": { "name": "Get dynamic content for given placeholders", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentitems/evaluate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get dynamic content for given placeholders" }, { "info": { "name": "Find dynamic content item object by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/contentitems/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "content item id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a single dynamic content item object" }, { "info": { "name": "Add new dynamic content item object to marketing system", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentitems", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add new dynamic content item object to marketing system" }, { "info": { "name": "Update an existing dynamic content item object", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/marketing/contentitems", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing dynamic content item object" }, { "info": { "name": "Delete a dynamic content item objects", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/contentitems", "params": [ { "name": "ids", "value": "", "type": "query", "description": "content item object ids for delete in the dynamic content system" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a dynamic content item objects" }, { "info": { "name": "Find dynamic content place object by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/contentplaces/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "place id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a single dynamic content place object" }, { "info": { "name": "Add new dynamic content place object to marketing system", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentplaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add new dynamic content place object to marketing system" }, { "info": { "name": "Update a existing dynamic content place object", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/marketing/contentplaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a existing dynamic content place object" }, { "info": { "name": "Delete a dynamic content place objects", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/contentplaces", "params": [ { "name": "ids", "value": "", "type": "query", "description": "content place object ids for delete from dynamic content system" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a dynamic content place objects" }, { "info": { "name": "Get new dynamic content publication object", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/contentpublications/new", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get new dynamic content publication object" }, { "info": { "name": "Find dynamic content publication object by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/contentpublications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "publication id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a single dynamic content publication object" }, { "info": { "name": "Add new dynamic content publication object to marketing system", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentpublications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add new dynamic content publication object to marketing system" }, { "info": { "name": "Update an existing dynamic content publication object", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/marketing/contentpublications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing dynamic content publication object" }, { "info": { "name": "Delete a dynamic content publication objects", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/contentpublications", "params": [ { "name": "ids", "value": "", "type": "query", "description": "content publication object ids for delete from dynamic content system" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a dynamic content publication objects" }, { "info": { "name": "Find dynamic content folder by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/contentfolders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "folder id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a single dynamic content folder" }, { "info": { "name": "Add new dynamic content folder", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/contentfolders", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add new dynamic content folder" }, { "info": { "name": "Update an existing dynamic content folder", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/marketing/contentfolders", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing dynamic content folder" }, { "info": { "name": "Delete a dynamic content folders", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/contentfolders", "params": [ { "name": "ids", "value": "", "type": "query", "description": "folders ids for delete" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a dynamic content folders" }, { "info": { "name": "Search dynamic content places by given criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search dynamic content places by given criteria" }, { "info": { "name": "Evaluate promotions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions/evaluate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Evaluate promotions" }, { "info": { "name": "Find promotion object by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/promotions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "promotion id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a single promotion (dynamic or custom) object" }, { "info": { "name": "Get new dynamic promotion object", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/promotions/new", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a new dynamic promotion object with populated dynamic expression tree" }, { "info": { "name": "Add new dynamic promotion object to marketing system", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add new dynamic promotion object to marketing system" }, { "info": { "name": "Update an existing dynamic promotion object in marketing system", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/marketing/promotions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing dynamic promotion object in marketing system" }, { "info": { "name": "Delete promotions objects", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/promotions", "params": [ { "name": "ids", "value": "", "type": "query", "description": "promotions object ids for delete in the marketing system" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete promotions objects" }, { "info": { "name": "MarketingModulePromotion_SearchCoupons", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions/coupons/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "MarketingModulePromotion_GetCoupon", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/marketing/promotions/coupons/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "MarketingModulePromotion_AddCoupons", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions/coupons/add", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "MarketingModulePromotion_DeleteCoupons", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/marketing/promotions/coupons/delete", "params": [ { "name": "ids", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "MarketingModulePromotion_ImportCouponsAsync", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/marketing/promotions/coupons/import", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }