# List stock adjustment items Returns a paginated list of Stock Adjustment Items for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/stock-adjustment-item Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "currency", "quantity", "unitPrice" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `currency` (string) ISO 4217 currency code for the unitPrice. - `ledgerAccountId` (string) Identifier of the ledger account associated with this adjustment line, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `locationId` (string) Identifier of the inventory location where the adjustment is applied. Example: "123e4567-e89b-12d3-a456-426614174000" - `productId` (string) Identifier of the product being adjusted. Example: "123e4567-e89b-12d3-a456-426614174000" - `stockAdjustmentId` (string) Identifier of the parent stock adjustment. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields