Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 3.41 KB

StockItem.md

File metadata and controls

44 lines (41 loc) · 3.41 KB

# StockItem

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
deletable bool Indicates whether the stock item can be deleted [optional]
deactivatable bool Indicates whether the stock item can be deactivated [optional]
usedOnRecurringInvoice bool Indicates whether the stock item has been used on a recurring invoice [optional]
itemCode string The item code for the stock item [optional]
description string The stock item description [optional]
notes string The notes for the stock item [optional]
salesLedgerAccount \SynergiTech\Sage\Model\Base [optional]
salesTaxRate \SynergiTech\Sage\Model\Base [optional]
purchaseLedgerAccount \SynergiTech\Sage\Model\Base [optional]
usualSupplier \SynergiTech\Sage\Model\Contact [optional]
purchaseTaxRate \SynergiTech\Sage\Model\Base [optional]
costPrice float The cost price of the stock item [optional]
salesPrices \SynergiTech\Sage\Model\SalesPrice[] The sales prices for the stock item [optional]
sourceGuid string Used when importing stock items from external sources [optional]
purchaseDescription string The stock item purchase description [optional]
reorderLevel float The reorder level for the stock item [optional]
reorderQuantity float The reorder quantity for the stock item [optional]
location string The location for the stock item [optional]
barcode string The barcode for the stock item [optional]
supplierPartNumber string The supplier part number for stock item [optional]
weight float The weight of stock item [optional]
measurementUnit string The unit of measure of weight for stock item [optional]
weightConverted float The weight of stock item converted to the lowest unit of measurement [optional]
active bool Indicates whether the stock item is active [optional]
quantityInStock float The current quantity of the stock item held by the business [optional]
lastCostPrice float The most recent 'purchase invoice' or 'adjustment in' price [optional]
lastCostPriceStockValue float The value of the current stock in terms of the last cost price [optional]
averageCostPrice float The average price across all purchases of this stock item [optional]
averageCostPriceStockValue float The value of the current stock in terms of the average cost price [optional]
costPriceLastUpdated \DateTime The date on which the last cost price was last updated [optional]

[Back to Model list] [Back to API list] [Back to README]