latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Stock
Update a stock details
Update the details of a single stock details (required scope stock:write)
patch/v1/stockDetails/{stockDetailsId}
Path parameters
stockDetailsIdinteger required
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"productCategoryId": 5514123,
"model": "F1 Cleaner",
"make": "DustGone Solutions",
"sellingPrice": 19.99,
"currencyCode": "EUR",
"departmentCodeId": 123,
"nominalCodeId": 1234,
"notes": "Great for cleaning windows",
"modelNumber": "F1-00010",
"stockCode": "B10",
"batchNumber": "S8",
"size": 199,
"weight": 6.3,
"taxId": 1234
}Response
No Content