| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::CartType
Details about an eBay Express shopping cart.
eBay::API::XML::DataType::CartType inherits from the eBay::API::XML::BaseDataType class
The ID of the shopping cart.
Default: # Argument: 'xs:long'
Calls: GetCart
SetCart
Returned: Always
# Returns: 'xs:long'
Array of CartItem (details about items and what is to be done with each, such as add, delete, update). This is only returned if there are items in the cart.
# Argument: 'ns:CartItemArrayType'
Calls: GetCart
SetCart
Returned: Conditionally
# Returns: 'ns:CartItemArrayType'
Status of the eBay Express cart.
# Argument: 'ns:OrderStatusCodeType'
Calls: GetCart
SetCart
Returned: Always
OnlyTheseValues:
Active, Authenticated, Cancelled, Completed, InProcess, Inactive
# Returns: 'ns:OrderStatusCodeType'
When the user has completed eBay Express checkout with the shopping cart, the user is shown a link to your website. The values of this element were established via SetCart input.
# Argument: 'ns:CheckoutCompleteRedirectType'
Calls: GetCart
SetCart
Returned: Conditionally
# Returns: 'ns:CheckoutCompleteRedirectType'
The eBay-specified URL to which the third party site should direct the user for checking out.
# Argument: 'xs:anyURI'
Calls: GetCart
SetCart
Returned: Always
# Returns: 'xs:anyURI'
Cart creation date time.
# Argument: 'xs:dateTime'
Calls: GetCart
SetCart
Returned: Always
# Returns: 'xs:dateTime'
The time at which the cart will no longer exist in the eBay Express domain. This is currently 7 days after the CreationTime but may be changed by eBay in the future.
# Argument: 'xs:dateTime'
Calls: GetCart
SetCart
Returned: Always
# Returns: 'xs:dateTime'
Details of the order for the checked out cart. This container and its children are only returned if checkout was completed on eBay Express.
# Argument: 'ns:CheckoutOrderDetailType'
Calls: GetCart
SetCart
Returned: Conditionally
# Returns: 'ns:CheckoutOrderDetailType'
The address to which the items in the cart are to be shipped. This is echoed from the ShippingAddress provided on input, if provided.
# Argument: 'ns:AddressType'
Calls: GetCart
SetCart
Returned: Conditionally
# Returns: 'ns:AddressType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |