v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
Inventories

Get information about inventory processing queue

Provide information about the current state of the inventory processor

get/inventories/info

Response

Inventories information

result'success' | 'error' required

Result of the request

action'queueInformation' required

The id of the action

Example response

{
  "data": {
    "queueMaxSize": 50
  }
}