You can use the updateInventory endpoint to modify the inventory of a specific SKU. In the request body, specify new values for the properties you want to update. For example:

PUT /ccadmin/v1/inventories/xsku5014 HTTP 1.1
Authorization: Bearer <access_token>

{
  "stockThreshold": 15,
  "stockLevel": 200
}

Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices