Import Customers

POST {{baseUrl}}/customers/import

This endpoint allows you to import products from an Excel file. Check this article for more.

Request Body

[{"name"=>"file", "value"=>"Salla Customers.xlsx", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":{"message":"يتم حالياً معالجة الملف وسوف يستغرق بعض الوقت","code":200}}