# POST /adjustments.json **POST /adjustments.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **adjustmentReasonId** (integer(int32) | null) Adjustment reason - **automatedImport** (boolean | null) Automated import - **costPrice** (number | null) Cost price - **dataImportId** (integer(int32) | null) Data import - **notes** (string | null) Notes - **quantity** (integer(int32)) Quantity - **stockTakeItemId** (integer(int32) | null) Stock take item - **userId** (integer(int32) | null) User - **variantId** (integer(int32)) Variant - **warehouseId** (integer(int32)) Warehouse - **xeroId** (string | null) Xero ## Responses ### 200 Successful response #### Body: application/json (object) - **adjustmentReasonId** (integer(int32) | null) Adjustment reason - **automatedImport** (boolean | null) Automated import - **costPrice** (number | null) Cost price - **createdAt** (string(date-time)) Created at - **dataImportId** (integer(int32) | null) Data import - **id** (integer(int32)) Id - **notes** (string | null) Notes - **quantity** (integer(int32)) Quantity - **stockTakeItemId** (integer(int32) | null) Stock take item - **updatedAt** (string(date-time)) Updated at - **userId** (integer(int32) | null) User - **variantId** (integer(int32)) Variant - **warehouseId** (integer(int32)) Warehouse - **xeroId** (string | null) Xero [Powered by Bump.sh](https://bump.sh)