List Export Templates
GET {{baseUrl}}/exports/templates?entity=products
This endpoint allows you to retrieve a list of the current export templates of either orders
or products
entity.
orders.read
- Orders Read Only
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
entity | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cinteger\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","columns":[{"title":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","name":"\u003cstring\u003e"}]},{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","columns":[{"title":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}]}