The type that defines the fields and containers for the member's eBay cart information.
Types that use RemoteShopcartResponse
Not used by any types.
Calls that use RemoteShopcartResponse
Fields
cartSubtotal
This is the cost of all the items in the member's eBay cart. This does not include taxes, shipping costs, discounts, etc. It is the sum of each item's price * quantity.
unavailableCartItems
array of CartItem
An array of items in the cart that are unavailable. This can be for a variety of reasons such as, when the listing has ended or the item is out of stock. Because a cart never expires, these items will remain in the cart until they are removed.
warnings
array of ErrorDetailV3
An array of warning messages. These type of errors do not prevent the call from executing but should be checked.