Create Export Template
POST {{baseUrl}}/exports/templates
This endpoint allows you o create a custom export template for either "Orders"
or "Products"
orders.read_write
- Orders Read & Write
Request Body
{"entity"=>"orders", "columns"=>["<string>", "<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"}}