Return to Quote

post

/rest/v16/shoppingCarts/{processVarName}/actions/_returnToQuote

This endpoint returns to the quote URL from the shopping cart.

Request

Path Parameters
Back to Top

Response

Default Response

The response for shopping cart destination URL.
Body ()
Root Schema : shopping-cart-destination-response
Type: object
Show Source
Back to Top

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 - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/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"
}
Back to Top