Servigistics InService Customization > Customizing Shopping Parameters > Shopping Parameters Customization > Shopping Parameters REST End Point
  
Shopping Parameters REST End Point
A REST end point on CartResource is available to retrieve the shopping parameters. This end point calls the commerce delegate to get it.
Get all the shopping parameters with the following request:
<AppName>/servlet/servicecenter/rest/carts/shoppingparameters
Sometimes, one parameter value depend on another. For example, a location field value depends on a customer field value and the location field parameter is requested:
<AppName>/servlet/servicecenter/rest/carts/shoppingparameters/?requestedParamName=location&forParamName=customer&forParamValue=<value of customer field>
For details on this REST end point see CartResource in the InService Web API documentation.