Skip to main content
POST
/
commerce
/
inventory
/
v1
/
bin
/
{bin_id}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "binID": 123,
  "locationCode": "<string>",
  "binTypeID": 123,
  "binStatusID": 123,
  "success": true,
  "messages": [
    "<string>"
  ],
  "numResults": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

bin_id
integer<int64>
required

Id of bin to update

Body

application/json

Request to update a bin

Request needed for updating a bin

binID
integer

Bin identifier

binTypeID
integer

New Bin's Type ID

binStatusID
integer

New Bin's Status ID

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

Success

Response object for a bin

name
string

Bin Name

binID
integer

Bin ID

locationCode
string

Location Code

binTypeID
integer

Bin Type ID

binStatusID
integer

Bin Status ID

success
boolean

Flag for success

messages
string[]

List of messages

numResults
integer

Number of results