WEBCentralizedShoppingCartGet

Initial Build

2008.01

xWEB

Web Method

Response Type

object

This method returns a new shopping cart object (CentralizedOrderEntryType) for the specified customer. Many of the other eCommerce web methods require passing this Object as a parameter, and the method will the updated Cart back to you.

Therefore, any new shopping experiences will generally begin by calling this method.

Parameters

Name Type Occurs Description
CustomerKey guid 1..1 The Customer Key of the customer who will be making the purchase.

Response

CentralizedOrderEntryType

A new Shopping Cart Object will be returned with the customer's information and default values populated.

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>b5d786b7-ff47-42ba-bebe-bcb8e1479cee
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBCentralizedShoppingCartGet>
<ns:CustomerKey>6bf9cb1f-d761-403b-8106-a341c4363b49</ns:CustomerKey>
</ns:WEBCentralizedShoppingCartGet>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

This method returns a Shopping Cart Object.