Skip to main content
POST
Create Stock Adjustment

Create Stock Adjustment

Create a stock adjustment by adding or removing a quantity.
Requires write:stock scope.

Request

Body Parameters

integer
Product ID (or use sku)
string
Product SKU (alternative to product_id)
string
required
Location ID
number
required
Quantity to add (positive) or remove (negative)
string
Reason for the adjustment

Examples

Add Stock

Response

Remove Stock

Response

Error Responses

400 Zero Quantity

400 Insufficient Stock

404 Product Not Found