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.
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": "01daabb6-e265-47a7-a2ab-aa0e4a65adf3",
"FolderName": "sample string 2"
}
]
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkFolderId": "d8f05a7c-4a2f-43a1-98bf-2982d330c0fb",
"FolderName": "sample string 2"
}
]