Update Export Template

PUT {{baseUrl}}/exports/templates/:template_id

This endpoint allows you to update the details of a custom export template by passing the template_id as a path parameter.

orders.read_write- Orders Read & Write

Request Body

{"name"=>"<string>", "columns"=>["<string>", "<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;}}