Skip to main content
POST
/
commerce
/
inventory
/
v5
/
inventory
/
smart-adjust
Error
A valid request URL is required to generate request examples
{
  "method": "sync",
  "jobID": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request needed for adjusting inventory

items
Adjust Item · object[]

List of items to adjust

locationCode
string

Location Code

userID
integer

user id

pageSize
integer

how many results to show per page

pageNum
integer

which page to show

sortBy
string

index to sort results by

Response

200 - application/json

Successful operation

Response from smart inventory endpoints indicating the processing method used

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
jobID
string | null

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