Back from Transaction
post
/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/actions/back
This action is used to take the user back to the destination specified on the Destination tab for the Back action. If the action is associated with the Unlock operation, then the current Transaction will also be unlocked.
Request
Path Parameters
-
MainDocVarName: string
The variable name of the main document, the first letter must be capitalized
-
ProcessVarName: string
The variable name of the Commerce process, the first letter must be capitalized
-
_id: integer
Current unique user-side ID. This is the internal identifier for a transaction within a CPQ site.
Root Schema : commerceTransaction-BackRequest
Type:
Show Source
object
-
cacheInstanceId(optional):
string
Title:
Cache Instance Id
The unique identifier for the entry of transaction data stored in the cache. This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify/Interact action to avoid reload transaction data from db.
Response
Default Response
Root Schema : commerceTransaction-BackResponse
Type:
Show Source
object
-
cacheInstanceId(optional):
string
Title:
Cache Instance Id
The unique identifier for the entry of transaction data stored in the cache. This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify/Interact action to avoid reload transaction data from db. -
destinationURL(optional):
string
Title:
Destination URL
The destination url as defined in destination tab in action definition. -
warnings(optional):
array Warnings
Title:
Warnings
Array of warnings that have been generated for a specific object.
Nested Schema : Warnings
Type:
array
Title:
Warnings
Array of warnings that have been generated for a specific object.
Show Source
-
Array of:
string
A warning or informational message.