List Export Columns

GET {{baseUrl}}/exports/columns?entity=products

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

orders.read- Orders Read Only

Request Params

KeyDatatypeRequiredDescription
entitystring(Required) The entity to be exported, either products or orders

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