Skip to main content

Update Inventory Adjustment

PUT 

/api/inventory-adjustments/:inventory_adjustment

Update an existing inventory adjustment.

Required scope: inventory:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Fields:

  • adjustment_date (optional): Date of adjustment in Y-m-d format
  • warehouse_id (optional): ID of the target warehouse
  • quantity (required): Adjustment quantity (numeric, < 1,000,000, decimals supported e.g. 0.5)
  • adjustment_type (optional): One of: increase, decrease
  • unit_cost (optional): Cost per unit (>= 0)
  • notes (optional): Free-text notes
  • warehouse_location_id (optional): Specific location within the warehouse
  • condition (optional): Item condition
  • integration_unique_id (optional): External reference ID

Requires permission: inventory.adjust

Request

Responses

OK

Response Headers
    Content-Type