Skip to main content
POST
/
commerce
/
inventory
/
v5
/
inventory
/
fulfill
Error
A valid request URL is required to generate request examples
{
  "messages": [
    "<string>"
  ],
  "numResults": 123,
  "success": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request to allocate inventory

Request needed for allocating inventory

autoAssign
boolean

flag to determine whether the allocation was due to auto assignment

decrementOnHandOnDeallocate
boolean

flag to determine deallocation on decrements

items
AllocateItem · object[]

list of AllocateItems

locationCode
string

Location Code

orderDate
string

order date

orderWeight
integer

order weight

pageNum
integer

which page to show

pageSize
integer

how many results to show per page

runSynchronous
boolean

flag to determine whether the runSyncronous flag is set and the allocation should be run synchronously

sortBy
string

index to sort results by

userID
integer

user id

Response

Success

Base Response Model

messages
string[]

List of messages

numResults
integer

Number of results

success
boolean

Flag for success