Paddle.Checkout.UserHistory.get

You're seeing just the function get, go back to Paddle.Checkout.UserHistory module for more information.

Specs

get(String.t(), vendor_id: integer(), product_id: integer()) ::
  {:ok, map()} | {:error, Paddle.Error.t()}

Send the customer an order history and license recovery email

A customer may wish to have their past purchases or license details confirmed. For example, when they have changed computers. This API will send an email to the customer detailing this.

The API will always return a success response for all valid email addresses, even if they have not had any orders previously (buyers will receive an email stating that no orders were found).