List Export Templates

GET {{baseUrl}}/exports/templates/:entity

This endpoint allows you to retrieve a list of the current export templates of either orders or products entity

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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"}]}]}