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.
Scope: orders.read_write
- Orders Read & Write
Request Body
{"name"=>"<string>", "columns"=>[{"name"=>"<string>"}, {"name"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e"}}