# List product suppliers Returns a paginated list of Product Suppliers for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/product-supplier 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", "contractPrice", "expectedPrice", "lastSupplierUpdateAt", "listPrice", "supplierCode", "unitOfMeasure", "unitsPerOuter" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `isActive` (boolean) Whether this product-supplier relationship is currently active. - `isDefaultSupplier` (boolean) Whether this supplier is the default supplier for the product. - `productId` (string) Reference to the product associated with this supplier relationship. Example: "123e4567-e89b-12d3-a456-426614174000" - `supplierCode` (string) Supplier-specific code or SKU for this product. - `supplierContactId` (string) Reference to the supplier contact entity. Example: "123e4567-e89b-12d3-a456-426614174000" - `taxRateId` (string) Reference to the tax rate applied to this product when supplied by this supplier. Example: "123e4567-e89b-12d3-a456-426614174000" - `unitOfMeasure` (string) Unit of measure used by this supplier for pricing and ordering (e.g., 'box', 'vial'). ## Response 200 fields ## Response 401 fields