Skip to main content

StoreItemRequest

external_idstring

The external ID of the item (e.g. SKU).

Example: 1234
namestringrequired

The name of the item.

Example: Wrench
typestringrequired

The type of the item.

Possible values: [individual, bulk, container, kit]

descriptionstring

The description of the item.

Example: A tool used to tighten bolts.
quantityintegerrequired

The initial quantity of the item.

Example: 5
codestring

The code of the item for barcode scanning.

Example: 1234
tenant_idintegerrequired
StoreItemRequest
{
"external_id": "1234",
"name": "Wrench",
"type": "individual",
"description": "A tool used to tighten bolts.",
"quantity": 5,
"code": "1234",
"tenant_id": 0
}