Update Item Inventory
Updates the current inventory levels for a particular SKU item. Updates may be
given in one or two methods, absolutely or incrementally. Absolute updates
are done by setting quantity
directly. Incremental updates are by specifying
the inventory delta in updateQuantity
which is then added to the quantity
stored on the server.
Path parameters
collection_id
Unique identifier for a Collection
item_id
Unique identifier for and Item
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Request
The updated inventory
fields
The inventory fields to update
Response
Request was successful
_id
Unique identifier for a SKU item
quantity
Total quantity of items remaining in inventory (if finite)
inventoryType
infinite or finite
Allowed values: