# List purchaseorderitems Returns a paginated list of Purchaseorderitems for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/purchaseorderitem 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", "outers", "pricePerUnit", "quantity", "supplierCode", "taxPerUnit", "totalAmount", "totalTaxAmount", "unitsPerOuter" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `isActive` (boolean) Whether this purchase order item is active. - `ownershipId` (string) Identifier representing the owning business unit or organization. Example: "123e4567-e89b-12d3-a456-426614174000" - `productId` (string) Identifier of the product being ordered. Example: "123e4567-e89b-12d3-a456-426614174000" - `purchaseOrderId` (string) Identifier of the related purchase order. Example: "123e4567-e89b-12d3-a456-426614174000" - `supplierCode` (string) Supplier-specific product code, if provided. ## Response 200 fields ## Response 401 fields