{ "opencollection": "1.0.0", "info": { "name": "Canto PIM bulk_products_catalogs product_catalogs API", "version": "v1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "product_catalogs", "type": "folder" }, "items": [ { "info": { "name": "Get Product Catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs" }, "docs": " Retrieve a list of all product catalogs\n" }, { "info": { "name": "Create Product Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs", "body": { "type": "json", "data": "{}" } }, "docs": " Create a new product catalog\n" }, { "info": { "name": "Get Product Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": " Fetch a specific product catalog by ID\n" }, { "info": { "name": "Update Product Catalog", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": " Completely update an existing product catalog\n" }, { "info": { "name": "Update Product Catalog", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": " Update specifics of a product catalog\n" }, { "info": { "name": "Delete Product Catalog", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantSubdomain}.{region}/api/v1/pim/product_catalogs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": " Delete a specific product catalog\n" } ] } ], "bundled": true }