Update Inventory
Learn how to update product inventory in HotWax by logging variances of inputted amounts.
Updates the inventory of products in HotWax by logging a variance of the inputted amount. To update inventory you will need to call the endpoint with the POST method.
Example:
Request
End Point
https://<host>/api/service/updateInventoryByIdentification
Example: https://demo-oms.hotwax.io/api/service/updateInventoryByIdentification
Header
Content-Type: application/json
Authentication
To access this endpoint, you need to include the authorization token in the request header.
Authorization: Bearer <access_token>
To learn more about Bearer token authentication, read this document
Body
Sample:
Table of valid variance reasons and their IDs:
Response
Status Code
HTTP/1.1 200 OK
Headers
Content-Type: application/json
Body
Sample:
Last updated