Light Mode
Import Custom URLs
POST
/custom-urls/importLast modified: 20 days ago
This endpoint allows you to import custom URLs to the store.
:::check[]
You can get the template needed for this endpoint using the Export Custom URLs endpoint
:::
Request
Body Params multipart/form-data
file
file
required
Upload an Excel file
Request samples
Responses
Created(201)
Validation Error(422)
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 201,
"success": true,
"data": {
"message": "جاري إستيراد البيانات",
"code": 201
}
}
Last modified: 20 days ago