Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

RemoteShopcartResponse.md

File metadata and controls

13 lines (10 loc) · 1.08 KB

# RemoteShopcartResponse

Properties

Name Type Description Notes
cart_items \Ebay\Model\Buy\Browse\CartItem[] An array of the items in the member's eBay cart. [optional]
cart_subtotal \Ebay\Model\Buy\Browse\Amount [optional]
cart_web_url string The URL of the member's eBay cart. [optional]
unavailable_cart_items \Ebay\Model\Buy\Browse\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. [optional]
warnings \Ebay\Model\Buy\Browse\Error[] An array of warning messages. These type of errors do not prevent the call from executing but should be checked. [optional]

[Back to Model list] [Back to API list] [Back to README]