docs: added docs for how to Import Products using API (#2209)

* fix code snippet for create upload

* added product import docs

* fix to upload endpoint code example

* added minimum version for MinIO
This commit is contained in:
Shahed Nasser
2022-09-14 16:17:02 +03:00
committed by GitHub
parent 02c3b18466
commit effa4248b6
4 changed files with 325 additions and 4 deletions
+12 -1
View File
@@ -252,7 +252,18 @@ module.exports = {
label: "Implement Checkout"
},
]
}
},
{
type: "category",
label: "Admin",
items: [
{
type: "doc",
id: "advanced/admin/import-products",
label: "Import Products"
},
]
},
]
},
{