WEBCentralizedShoppingCartStoreForeWeb
Initial Build |
2013.01 |
xWEB |
Web Method |
Response Type |
string(guid) |
The WEBCentralizedShoppingCartStoreForeWeb web method allows you to save an order to netFORUM in an uncommitted state, and then have the shopper complete the transaction in eWeb. For the user to pick up the order in eWeb, the EnableEwebSavedShoppingCart system option must be set to true.
This web method is intended for third-party shopping applications to allow a user to browse and select items externally to netFORUM, assemble a cart with one or more items, post that cart to netFORUM via this web method, and then bounce the user over to netFORUM eWeb to check out and pay in netFORUM. This can be a solution if the 3rd party shopping cart is not equipped to accept electronic payments.
Parameters
The request contains the following parameters:
Name | Type | Occurs | Description |
---|---|---|---|
oCentralizedOrderEntry | CentralizedOrderEntryType | 1..1 | The order. |
Response
String—The primary key of the uncommitted order.