Skip to main content
Version: 202607

Update inventory level

PUT 

/openapi/2026-07/inventory_levels

Updates the inventory level for a specific location and inventory item.

Request

Bodyrequired

    inventory_item_idstringrequired

    Inventory item ID

    location_idstringrequired

    Location ID

    stock_adjustmentint32required

    Stock adjustment

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    inventory_level object

    Inventory level

    inventory_item_idstring

    Inventory item ID

    location_idstring

    Location ID

    stockint64

    Stock quantity

    updated_atstring

    Last update timestamp, in ISO-8601 format