# List receive invoice items Returns a paginated list of Receive Invoice Items for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/receive-invoice-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", "comments", "lineTotal", "lineTotalTax", "name", "quantity", "supplierCode", "taxCode", "taxRate", "unitPrice", "unitTaxAmount" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `comments` (string) Comments related to this receive invoice item. - `isActive` (boolean) If true, the receive invoice item is active and usable. - `locationId` (string) Identifier of the inventory location associated with this item. Example: "123e4567-e89b-12d3-a456-426614174000" - `name` (string) Optional descriptive name for the receive invoice item. - `ownershipId` (string) Identifier of the ownership separation this item belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `productId` (string) Identifier of the product on this receive invoice item. Example: "123e4567-e89b-12d3-a456-426614174000" - `productSupplierId` (string) Identifier of the product-supplier relationship for this item. Example: "123e4567-e89b-12d3-a456-426614174000" - `purchaseOrderItemId` (string) Identifier of the related purchase order item, if any. Example: "123e4567-e89b-12d3-a456-426614174000" - `receiveInvoiceId` (string) Identifier of the receive invoice this item belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `supplierCode` (string) Supplier's product code for this item. - `taxCode` (string) Tax code applied to this line. ## Response 200 fields ## Response 401 fields