`POST /api/v1/inventory/:sku/adjust`
POST /api/v1/inventory/:sku/adjust
POST
Path parameters
string
required
Product SKU
Request body
InventoryAdjustRequest
integer,null (int32)
Deprecated: location-scoped adjustments are not supported by this endpoint.Supplying this field will return a validation error.
string
required
Signed quantity change (+/โ).
string
required
Reason for the adjustment.
Responses
InventoryResponse
Stock adjusted
ErrorBody
SKU not found
ErrorBody
Validation error