Import Customers
POST {{baseUrl}}/customers/import
This endpoint allows you to import products from an Excel file. Check this article for more.
OAuth Scopes
customers.read_write
Request Body
[{"name"=>"file", "value"=>"Salla Customers.xlsx", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"message":"يتم حالياً معالجة الملف وسوف يستغرق بعض الوقت","code":200}}