StoreItemRequest
external_idstring
The external ID of the item (e.g. SKU).
Example:
1234namestringrequired
The name of the item.
Example:
Wrenchtypestringrequired
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:
5codestring
The code of the item for barcode scanning.
Example:
1234tenant_idintegerrequired
StoreItemRequest
{
"external_id": "1234",
"name": "Wrench",
"type": "individual",
"description": "A tool used to tighten bolts.",
"quantity": 5,
"code": "1234",
"tenant_id": 0
}