Inventory Items
Get Inventory Item
This endpoint gets or creates a new inventory item.
GET
/
v1
/
inventory_items
/
:id
Body
id
string
This is the unique identifier for the inventory item.
Response
id
string
This is the unique identifier for the inventory item.
sku
string
This is the stock keeping unit (SKU) for the inventory item.
description
string
This is the description for the inventory item.
size
string
This is the size for the inventory item.
incoming
number
This is the number of items incoming for the inventory item.
color
string
This is the color for the inventory item.
warehouse
number
This is the identifier for the warehouse for the inventory item.
available
number
This is the number of items available for the inventory item.
arriving
date
This is the date when the items are expected to arrive for the inventory item.
purchase_order_id
string
This is the identifier for the purchase order associated with the inventory item.
Inventory Item
Name | Type | Description |
---|---|---|
id | Text (Primary Key, Unique) | Unique identifier for the entry |
sku | Text (Nullable) | Stock Keeping Unit (SKU) for the entry |
description | Text (Nullable) | Description or additional details about the entry |
size | Text (Nullable) | Size of the item |
incoming | Integer (Nullable) | Number of items incoming |
color | Text (Nullable) | Color of the item |
warehouse | Integer (Nullable) | Identifier for the warehouse |
available | Integer (Nullable) | Number of items available |
arriving | Date (Nullable) | Date when the items are expected to arrive |
purchase_order_id | Text (Nullable) | Identifier for the purchase order associated with the entry |