UpdateItemRequest
external_idstring | nullnullable
namestring
Possible values: <= 255 characters
descriptionstring | nullnullable
typestring | nullnullable
Possible values: [individual, bulk, container]
quantityinteger
Possible values: >= 0
tenant_idinteger
Possible values: [``]
codestring | nullnullable
item_type_idinteger | nullnullable
tagsinteger[]nullable
UpdateItemRequest
{
"external_id": "string",
"name": "string",
"description": "string",
"type": "individual",
"quantity": 0,
"tenant_id": "",
"code": "string",
"item_type_id": 0,
"tags": "Unknown Type: array,null"
}