Arguments for the SaveCartAsQuote Method

The arguments for the SaveCartAsQuote method are shown in the following table.

Name Type Data Type Optional Comments

Quote Name

Input

String

Y

Saves the Shopping Cart as a quote with this name.

Quote Name Field

Input

String

Y

Tells the Shopping Service which field is the quote name.

By default, it is Name if this input argument is not used.

Return Error Code

Input

String

Y

If equal to N, the method will not return errors.

When a method returns an error, the workflow stops. To avoid stopping the workflow, you can set this input to N. This way the Shopping Service will not return an error, but instead save the error message in the output argument Error Message. You can then handle the error message as you want.

Error Message

Output

String

Y

Stores error messages.

ReturnVal

Output

String

Y

Returns Success or Fail. Not used.