-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The latest NetLicensing release introduces changes to bundle shop tokens, enabling vendors to specify individual bundle prices for customers. Below is a brief guide on how to create and use a bundle shop token. Creating a Product & BundleTo create a bundle, you first need a product with properly configured product modules and packages: Next, create a new bundle at https://ui.netlicensing.io/#/bundles: Create Customer ProfileOpen an existing customer profile associated with the product created earlier, or create a new customer profile: Create a Shop TokenGenerate a new shop token for the selected customer, specifying the individual Here’s an example cURL request: curl -X POST \
-H "Authorization: Basic..." \
-H "Accept: application/xml" \
-H "Content-type: application/x-www-form-urlencoded" \
-d "tokenType=SHOP&licenseeNumber=IPYZ6PD5D&bundleNumber=BH3YHEPX3&bundlePrice=11" \
https://go.netlicensing.io/core/v2/rest/token You can always review the sample shop token generation in the "API Examples" tab: Bundle Acquisition by the CustomerShare the All licenses included in the bundle created in the first step will be automatically assigned to the customer: |
Beta Was this translation helpful? Give feedback.
The latest NetLicensing release introduces changes to bundle shop tokens, enabling vendors to specify individual bundle prices for customers.
Below is a brief guide on how to create and use a bundle shop token.
Creating a Product & Bundle
To create a bundle, you first need a product with properly configured product modules and packages:
Next, create a new bundle at https://ui.netlicensing.io/#/bundles:
Create Customer Profile
Open an existing customer profile associated with the product created earlier, or create a new customer profile:
Create a Shop Token
Generate a new shop token for the selected customer, specifying the individual
bundleNumber
and optionally thebundlePrice
attributes.