Set the list of available folders that orders can be assigned to
Name | Type | Description |
---|---|---|
folders | List<OrderFolder> | folders list |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/SetAvailableFolders
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
folders=[
{
"pkFolderId": "e92472ef-65dc-464c-957b-49dd91771cea",
"FolderName": "sample string 2"
}
]
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkFolderId": "a29ea28c-896e-4a13-9c05-ab71a18ea536",
"FolderName": "sample string 2"
}
]