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

Changes

No recorded changes to this endpoint across all 3 revisions of this API.