List Export Columns

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

This endpoint allows you to retrieve the available fields that you need to add into an export template.

Scope: orders.read- Orders Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cinteger\u003e","success":"\u003cboolean\u003e","data":[{"title":"\u003cstring\u003e","name":"\u003cstring\u003e","section":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","name":"\u003cstring\u003e","section":"\u003cstring\u003e"}]}