Pseudo-Algorithm for OrderQuote

  1. Get the Quote and Quote Item business components.

  2. If there are any records in the Quote Item business component, go to step 3;

    Else go to step 4.

  3. Set the CurrentCheckOutQuoteId profile attribute.

  4. Set the Error Message output argument if there is any error;

    If Return Error Code = N, do not return an error;

    Else return an error.