Update Item Inventory

PATCH

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_idstringRequired

Unique identifier for a Collection

item_idstringRequired

Unique identifier for and Item

Headers

Accept-VersionstringOptional

The API version

Request

This endpoint expects an object.
fieldsobjectOptional

The inventory fields to update

Response

Request was successful

_idstringOptional

Unique identifier for a SKU item

quantitydoubleOptional

Total quantity of items remaining in inventory (if finite)

inventoryType"infinite" or "finite"Optional
Allowed values: infinitefinite

infinite or finite