# List product pricings Returns a paginated list of Product Pricings for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/product-pricing 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", "costPrice", "currency", "dispenseFee", "markup", "sellPrice", "sellPriceTax" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `basedOn` (string) Indicates whether the pricing is defined directly by sell price or derived from markup on cost. Enum: "price", "markup" - `currency` (string) ISO 4217 currency code for all monetary amounts in this record. - `isActive` (boolean) Whether this pricing record is currently active. - `ownershipId` (string) Identifier of the ownership or business entity context for this pricing. Example: "123e4567-e89b-12d3-a456-426614174000" - `productId` (string) Identifier of the product this pricing applies to. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields