Skip to main content
Version: 202607

Set inventory level

POST 

/openapi/2026-07/inventory_levels/set

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

Request

Bodyrequired

    inventory_item_idstringrequired

    Inventory item ID

    location_idstringrequired

    Location ID

    stockint32

    Stock quantity

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