{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed DataUploader API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "DataUploader", "type": "folder" }, "items": [ { "info": { "name": "Update product catalog", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/product-uploader-api/updateCatalog", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "entityType", "type": "text", "value": "" } ] } }, "docs": "Update an existing product catalog using a CSV file. This endpoint allows you to modify existing product information in the catalog." }, { "info": { "name": "Create product catalog", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/product-uploader-api/createCatalog", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "entityType", "type": "text", "value": "" } ] } }, "docs": "Create a new product catalog using a CSV file. This endpoint allows you to create a completely new catalog with product information." }, { "info": { "name": "Publish product catalog", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/product-uploader-api/publishCatalog", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "entityType", "type": "text", "value": "" } ] } }, "docs": "Publish a product catalog using a CSV file. This endpoint makes the catalog available for use in the marketplace." } ] } ], "bundled": true }