v1

Swagger 2.02026-07-13107162315.5 KB
Inventory

Retrieves a single inventory/product item by its Inventory Item ID.

get/api/Inventory/{id}

Path parameters

idinteger required

InventoryItem ID number

Response

Returns the inventory item details.

InventoryItemIDinteger

Unique identifier for the inventory/product item.

Namestring

Name of the inventory item.

Descriptionstring

Detailed description of the item.

SKUstring

Stock Keeping Unit code.

CostPricenumber double

The cost/purchase price of the item.

SalePricenumber double

The default sale price of the item.

SaleTaxIDFKinteger

The default tax rate ID applied when selling this item.

isHiddenboolean

Whether this item is hidden from selection in the UI.

DateCreatedstring date-time

Date the item was created.

DateUpdatedstring date-time

Date the item was last updated.