Stock
Get a stock details
Retrieves single stock details (required scope stock:read)
get/v1/stockDetails/{stockDetailsId}
Path parameters
stockDetailsIdinteger required
The unique identifier of the stock details
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"id": 5514123,
"make": "DustGone Solutions",
"model": "F1 Cleaner",
"sellingPrice": 19.99,
"currencyCode": "EUR",
"departmentCodeId": 123,
"nominalCodeId": 1234,
"notes": "Great for cleaning windows",
"productCategoryId": 5514123,
"isConsumable": true,
"modelNumber": "F1-00010",
"stockCode": "B10",
"batchNumber": "S8",
"taxId": 1234,
"taxPercentage": 20,
"size": 199,
"weight": 6.3,
"createdAt": "2022-11-29T16:50:16.0000000+00:00"
}