Light Mode
Import Customers
POST
/customers/importLast modified: 6 days ago
This endpoint allows you to import customers from an Excel file.
:::info[Information]
Check this Merchants Help Desk article for more.
:::customers.read_write
- Customers Read & Write
Request
Body Params multipart/form-data
file
string
required
An exported file in Spreadsheet format, containing the Customers from your Salla Store.
Example:
Salla Customers.xlsx
Request samples
Responses
Progress In-Action(200)
Error Validation(422)
Progress In-Action
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"message": "يتم حالياً معالجة الملف وسوف يستغرق بعض الوقت",
"code": 200
}
}
Last modified: 6 days ago