{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Products API", "version": "2" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/products", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "keyword", "value": "", "type": "query", "description": "Filter products matching a name or SKU value." }, { "name": "status", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Use `light` for simplified product data." } ] }, "docs": "List Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create Product" }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path" } ] }, "docs": "Get Product" }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Product" }, { "info": { "name": "Delete Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.salla.sa/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path" } ] }, "docs": "Delete Product" }, { "info": { "name": "List Product SKUs", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/products/:product_id/skus", "params": [ { "name": "product_id", "value": "", "type": "path" } ] }, "docs": "List Product SKUs" }, { "info": { "name": "Create Product Option", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/products/options", "body": { "type": "json", "data": "{}" } }, "docs": "Create Product Option" }, { "info": { "name": "Update Product Quantities", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.salla.sa/products/quantities", "body": { "type": "json", "data": "{}" } }, "docs": "Update Product Quantities" } ] } ], "bundled": true }