This table describes the REST calls made from the OrderViewModel
and provides details on the context objects that are used to locate a response filter for each type of REST call the view model makes.
Context Object | Description |
---|
{endpoint:"getOrder", identifier:"orderForSubmit"}
| This context object is used for calls made to the getOrder endpoint. The OrderViewModel makes this call when moving a quoted or scheduled order to the submitted state. Specifically, when the shopper views a quoted or scheduled order’s details and then chooses to check out the order, this call is triggered. |