netlicensing_create_shop_token
Generate one-time checkout URLs for customers to purchase NetLicensing licenses, with options to scope products, pre-select templates, and configure redirects.
Instructions
Generate a NetLicensing Shop one-time checkout URL for a customer.
Args: licensee_number: Customer to generate the shop URL for product_number: Optional โ scope shop to a specific product license_template_number: Optional โ pre-select a specific license template success_url: Optional URL to redirect to after successful purchase cancel_url: Optional URL to redirect to if customer cancels success_url_title: Optional button/link label for success redirect cancel_url_title: Optional button/link label for cancel redirect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| licensee_number | Yes | ||
| product_number | No | ||
| license_template_number | No | ||
| success_url | No | ||
| cancel_url | No | ||
| success_url_title | No | ||
| cancel_url_title | No |