Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /SetAvailableFolders

Allows 150 calls per minute

Response: List<OrderFolder>



Set the list of available folders that orders can be assigned to

Parameters

NameTypeDescription
foldersList<OrderFolder>folders list

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/SetAvailableFolders

Headers

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

Request Body

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"
  }
]

Response

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"
  }
]