consume_product_purchase
Consume an in-app product purchase by providing package name, product ID, and purchase token to mark it as consumed and allow repurchase.
Instructions
Consume an in-app product purchase (for consumable products).
Marks the product as consumed so the user can purchase it again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | In-app product SKU | |
| package_name | Yes | App package name | |
| purchase_token | Yes | The purchase token from the client app |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||