Create Export Template

POST {{baseUrl}}/exports/templates

To create a custom export template

Scope: orders.read_write- Orders Read & Write

Request Body

{"entity"=>"products", "columns"=>[{"name"=>"<string>"}, {"name"=>"<string>"}], "name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;}}