The ProcessBasket function analyses a webshop basket for discounts.
Method | /productbasecomponents.asmx/ProcessBasket |
The request body is of type ProcessBasket.
Name | Description | Data Type |
---|---|---|
shopServerUserName | xml:string | |
shopServerPassword | xml:string | |
shopServerStoreNumber | xml:int | |
base64EncodedBasketXmlRequest | xml:string | |
encoding | Encoding | |
determinePrices | xml:boolean |
|
The response body is of type ProcessBasketResponse.
Name | Description | Data Type |
---|---|---|
ProcessBasketResult | xml:string |
|