Skip to main content
POST
Create manual inventory (bulk)

Authorizations

Authorization
string
header
required

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

Body

application/json
location_id
string
required

Identifier of the location where inventory is created.

Example:

"1"

epc_ids
string[]
required

Array of EPC identifiers to include in the manual inventory.

Minimum array length: 1

Response

OK

success
boolean
created_count
integer

Number of inventory items created

details
object[]