Printago API
PATCH
/v1/folders/move
Move folders to a new parent
Request Body
Batch move request with folder IDs and new parent
BatchMoveFolderRequest
entitiesrequired
object
folderIdsoptional
string[]
partIdsoptional
string[]
skuIdsoptional
string[]
toFolderIdrequired
string
Example Request
application/json
{
"entities": {
"folderIds": [
"string"
],
"partIds": [
"string"
],
"skuIds": [
"string"
]
}
}
Response Schema
BatchMoveFolderResponse
folderIdsrequired
string[]
partIdsrequired
string[]
skuIdsrequired
string[]
Example Response
200 OK — application/json
{
"folderIds": [
"string"
],
"partIds": [
"string"
],
"skuIds": [
"string"
]
}