List all product pricesAsk AIget https://api.fastspring.com/products/priceReturns all prices for all products, including product discount details.Query ParamscountrystringThe country for which the product price is being requested. This helps filter pricing based on the country's specific pricing rules or regional offers (e.g., "US", "DE").currencystringThe currency in which the product price should be displayed. This allows the system to return the price in a specific currency (e.g., "USD", "EUR").limitint32Defaults to 50Limits the number of objects returned per page (default limit is 50).pageint32Defaults to 1Specifies the page number of results to be returned; used together with limit to control pagination.Response 200OKUpdated 7 months ago