Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request needed for adjusting inventory

items
Adjust Item · object[]
required

List of items to adjust

Required array length: 1 - 1000 elements
locationCode
string
required

Location Code

Minimum string length: 1
pageNum
integer

which page to show

pageSize
integer

how many results to show per page

sortBy
string

index to sort results by

userID
integer

user id

Response

200 - application/json

Successful operation

Response from smart inventory endpoints indicating the processing method used

jobID
string | null

The job identifier for tracking asynchronous requests. This field is null for synchronous requests.

method
enum<string>

The processing method used: 'sync' for synchronous processing or 'async' for asynchronous processing. Kibo determines the routing based on payload size.

Available options:
sync,
async