Light Mode
List Export Templates
GET
/exports/templatesLast modified:Â 16 days ago
This endpoint allows you to retrieve a list of the current export templates of either orders
or products
entity.
Request
Query Params
entity
enum<string>Â
optional
Allowed values:
productsorders
Example:
products | customers
Request samples
Responses
Success(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 23424,
"name": "مخصص المنتجات ١",
"columns": [
{
"title": "اسم المنتج",
"name": "name"
},
{
"title": "السعر",
"name": "price"
},
{
"title": "الكمية",
"name": "quantity"
},
{
"title": "صورة المنتج",
"name": "image"
}
]
}
]
}
Last modified: 16 days ago