Skip to content

Commit 0c582ac

Browse files
committed
Add Permanent Shop Token request parameters
1 parent 42e060d commit 0c582ac

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/restful-api/services/token-services.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,19 @@ Content-Type: application/x-www-form-urlencoded</p></td>
236236
- <i>tokenType=ACTION</i> - identifies licensee for whom action token will be created
237237
</p>
238238
<p>expirationTime (optional) - Specify a custom expiration time for the token. If not provided, the default expiration time of 30 minutes will be applied.</p>
239-
<p>bundleNumber (optional) - Specify the bundle number to display on the Shop checkout page.</p>
240-
<p>bundlePrice (optional) - Specify the customer's individual bundle price. The default bundle price will be used if no bundlePrice is set.</p>
241-
<p>action (enum) - Action to be executed; only for tokenType=ACTION<br />
242-
- <i>licenseeLogin</i> - action to open <a href="customer-portal">Customer Portal</a>
243-
</p>
244-
<p>apiKeyRole (string) - RoleID (see <a href="security">Security</a>). Only for tokenType=APIKEY.</p>
239+
<p>bundleNumber (optional / Bundle Shop Token) - Specify the bundle number to display on the Shop checkout page.</p>
240+
<p>bundlePrice (optional / Bundle Shop Token) - Specify the customer's individual bundle price. The default bundle price will be used if no bundlePrice is set.</p>
241+
<p>productNumber (optional / Permanent Shop Token) - The product to be purchased.</p>
242+
<p>predefinedShoppingItem (optional / Permanent Shop Token) - The name of the shopping cart item to be purchased.</p>
243+
<p>licenseTemplateNumber_N (optional / Permanent Shop Token) - The license template number(s), where N is an incrementing index starting from “1”.</p>
245244
<p>successURL (URI) - Take customers to this URL when they finish checkout.</p>
246245
<p>successURLTitle (string) - Shop link title for successful checkout process.</p>
247246
<p>cancelURL (URI) - Take customers to this URL when they cancel their checkout.</p>
248247
<p>cancelURLTitle (string) - Shop link title for cancel checkout process.</p>
248+
<p>action (enum) - Action to be executed; only for tokenType=ACTION<br />
249+
- <i>licenseeLogin</i> - action to open <a href="customer-portal">Customer Portal</a>
250+
</p>
251+
<p>apiKeyRole (string) - RoleID (see <a href="security">Security</a>). Only for tokenType=APIKEY.</p>
249252
</td>
250253
</tr>
251254
<tr class="odd">

0 commit comments

Comments
 (0)