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

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

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