The GetShoppingCarts returns the shopping carts for the specified user.
Method | /GetShoppingCarts |
The request body is of type GetShoppingCarts.
Name | Description | Data Type |
---|---|---|
userId | xml:int | |
excludeOwnEntry | xml:boolean |
|
The response body is of type GetShoppingCartsResponse.
Name | Description | Data Type |
---|---|---|
GetShoppingCartsResult | ArrayOfShoppingCartInfo |
|