{ "opencollection": "1.0.0", "info": { "name": "Adobe Commerce (Magento 2) REST Auth Products API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Search products", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/products", "params": [ { "name": "searchCriteria", "value": "", "type": "query" } ] }, "docs": "Search products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/rest/{storeCode}/V1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" }, { "info": { "name": "Get product by SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/rest/{storeCode}/V1/products/:sku", "params": [ { "name": "sku", "value": "", "type": "path" } ] }, "docs": "Get product by SKU" }, { "info": { "name": "Update product by SKU", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}/rest/{storeCode}/V1/products/:sku", "params": [ { "name": "sku", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update product by SKU" }, { "info": { "name": "Delete product by SKU", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}/rest/{storeCode}/V1/products/:sku", "params": [ { "name": "sku", "value": "", "type": "path" } ] }, "docs": "Delete product by SKU" } ] } ], "bundled": true }