Skip to main content
POST
Create inventory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 255
Example:

"Monthly stock check"

type
string
required

Must be one of the server enum values

Example:

"WAREHOUSE"

statuses
string[] | null
Example:
warehouse_node_id
integer | null

Required when type=WAREHOUSE

Example:

44

location_id
integer | null

Required when type=LOCATION

Example:

21

epcs
string[] | null

Optional list of EPC IDs to include

Response

Created

data
object
required