Light Mode
Import Products
POST
/products/importLast modified:Â 10 days ago
This endpoint allows you to import products from an Excel file.
:::info[Info]
Check this Merchant Help Desk article for more.
:::products.read_write
- Products Read & Write
Request
Body Params multipart/form-data
file
fileÂ
required
An exported file in Spreadsheet format, containing the Products from a Salla Store
Example:
Salla Products.xlsx
type
enum<string>Â
required
The allowed types to be imported in regards the products; only from the enum values
Allowed values:
productsquantitiesseopriceshs-codesproducts-updatebrandcategory
Example:
seo
Request samples
Responses
Created(201)
Error Validation(422)
Server Error(500)
HTTP Code:Â 201
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 201,
"success": true,
"data": {
"message": "جاري إستيراد البيانات",
"code": 201
}
}
Last modified: 10 days ago