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:
+12
-1
@@ -252,7 +252,18 @@ module.exports = {
|
||||
label: "Implement Checkout"
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Admin",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/admin/import-products",
|
||||
label: "Import Products"
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user