Return to Quote
post
                    /rest/v19/shoppingCarts/{processVarName}/actions/_returnToQuote
This endpoint returns to the quote URL from the shopping cart.
                
                Request
Path Parameters
                - 
                    processVarName(required): string
                    
                    The unique variable name to identify the process.
Response
Default Response
The response for shopping cart destination URL.
                
                
                    Root Schema : shopping-cart-destination-response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            destinationUrl: 
            string
            Title:Destination URLDestination URL.
Examples
The following example returns to the quote URL from the shopping cart by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/shoppingCarts/transaction/actions/_returnToQuote
Response Body Sample
{
  "destinationUrl": "https://sitename.oracle.com/commerce/buyside/document.jsp?id=3022564716&document_id=4356178&bm_cm_process_id=4356122&formaction=openTransaction"
}