File tree Expand file tree Collapse file tree
tutorials/opps-basic-scenario Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ Let's check if this is the case. Navigate to the [Calculation service on the SAP
309309> If you need a more detailed description, go to step 4 in the tutorial [ Set Up SAP Omnichannel Promotion Pricing] ( opps-manual-setup ) .
3103105 . For the ** Content Type** , choose ` XML ` .
3113116 . Copy the following raw data and paste it into the ** Body** section:
312+
312313``` XML
313314<PriceCalculate xmlns =" http://www.sap.com/IXRetail/namespace/" InternalMajorVersion =" 2" InternalMinorVersion =" 1" >
314315 <ARTSHeader ActionCode =" Calculate" MessageType =" Request" >
@@ -337,10 +338,11 @@ Let's check if this is the case. Navigate to the [Calculation service on the SAP
337338 </PriceCalculateBody >
338339</PriceCalculate >
339340```
340- 7 . Choose ** Run** .
341- 8 . Make sure you get the HTTP response ** 200** .
342341
343- The response should look similar to this:
342+ 1 . Choose ** Run** .
343+ 2 . Make sure you get the HTTP response ** 200** . The response should look similar to this:
344+
345+
344346``` JSON
345347{
346348 "ARTSHeader" : {
@@ -510,7 +512,7 @@ The response should look similar to this:
510512}
511513```
512514
513-
515+
514516
515517
516518### What to do next
You can’t perform that action at this time.
0 commit comments