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.
Scope: 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":[{"title":"\u003cstring\u003e","name":"\u003cstring\u003e","section":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","name":"\u003cstring\u003e","section":"\u003cstring\u003e"}]}