NAME
eBay::API::XML::Call::ReviseCheckoutStatus
DESCRIPTION
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::ReviseCheckoutStatus inherits from the eBay::API::XML::BaseCall class
Subroutines:
setAdjustmentAmount()
Discount or charge agreed to by the buyer and seller. A positive value indicates that the amount is an extra charge being paid to the seller by the buyer. A negative value indicates that the amount is a discount given to the buyer by the seller.
RequiredInput: No
# Argument: 'ns:AmountType'
setAmountPaid()
The amount paid by the buyer. For an eBay Stores item, the value passed in AmountPaid is the transaction/item price. For a US eBay Motors item, AmountPaid is the total amount paid by the buyer for the deposit.
RequiredInput: No
# Argument: 'ns:AmountType'
setBuyerID()
eBay ID for the buyer in the transaction being revised. A transaction is uniquely identified by one of two means: (a) You provide a TransactionID and ItemID. (This is the preferred approach.), OR, (b) You provide a BuyerID and ItemID and eBay identifies only one transaction for that combination (an error is returned if there are multiple transactions for that combination). Note: If all three are provided (that is, BuyerID, ItemID and TransactionID), BuyerID is ignored.
RequiredInput: Conditionally
# Argument: 'xs:string'
setCODCost()
Italy site (site ID 101) only. Enables you to specify the cash-on-delivery (COD) cost, for COD shipping.
SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=CODInShippingDetails Title: Specifying the Cash on Delivery Option in Shipping Details
RequiredInput: No
# Argument: 'ns:AmountType'
setCheckoutMethod()
Not supported.
RequiredInput: No
# Argument: 'ns:CheckoutMethodCodeType'
setCheckoutStatus()
The current status of the checkout process for the transaction.
RequiredInput: Yes
# Argument: 'ns:CompleteStatusCodeType'
setEncryptedID()
Not supported.
MaxLength: 20
RequiredInput: No
# Argument: 'xs:string'
setExternalTransaction()
Not supported.
RequiredInput: No
# Argument: 'ns:ExternalTransactionType'
setInsuranceType()
The insurance option selected by the buyer.
RequiredInput: No
# Argument: 'ns:InsuranceSelectedCodeType'
setItemID()
Unique ID for the item associated with the checkout. A transaction is uniquely identified by one of two means: (a) You provide a TransactionID and ItemID. (This is the preferred approach.), OR, (b) You provide a BuyerID and ItemID and eBay identifies only one transaction for that combination (an error is returned if there are multiple transactions for that combination). Note: If all three are provided (that is, BuyerID, ItemID and TransactionID), BuyerID is ignored.
MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)
RequiredInput: Yes
# Argument: 'ns:ItemIDType'
setMultipleSellerPaymentID()
Not supported.
RequiredInput: No
# Argument: 'xs:string'
setOrderID()
Unique ID for a multi-item order. If specified, ItemID and TransactionID are ignored if specified in the same call. Changes to the checkout status are applied to the specified order as a whole (and thus the child transactions associated with the order).
RequiredInput: No
# Argument: 'xs:string'
setPaymentMethodUsed()
Payment method used by the buyer. Required if CheckoutStatus is Complete. (Please note that only PayPal can set this value to PayPal.) <br> <span class="tablenote"><b>Note:</b> Required or allowed payment methods vary by site and category. Refer to <a href="http://developer.ebay.com/DevZone/XML/docs/WebHelp/wwhelp/wwhimpl/js/html/wwhelp.htm?context=eBay_XML_API&topic=PaymentMethodDifferences"> Payment Method Differences (PaymentMethod)</a> in the eBay Trading API Guide for information to help you determine which payment methods you are required or allowed to specify. </span><br> <br>
AllValuesExcept: PayPal
RequiredInput: Conditionally
# Argument: 'ns:BuyerPaymentMethodCodeType'
setPaymentStatus()
Not supported.
RequiredInput: No
# Argument: 'ns:RCSPaymentStatusCodeType'
setSalesTax()
Amount of money paid for sales tax. For Third-Party Checkout applications.
RequiredInput: No
# Argument: 'ns:AmountType'
setShippingAddress()
For internal use.
RequiredInput: No
# Argument: 'ns:AddressType'
setShippingCost()
Amount of money paid for shipping. For Third-party Checkout applications.
RequiredInput: No
# Argument: 'ns:AmountType'
setShippingIncludedInTax()
An indicator of whether shipping costs were included in the taxable amount. For Third-Party Checkout applications.
Default: false
RequiredInput: No
# Argument: 'xs:boolean'
setShippingInsuranceCost()
Amount of money paid for insurance. For Third Party Checkout applications.
RequiredInput: No
# Argument: 'ns:AmountType'
setShippingService()
The shipping service selected by the buyer from among the shipping services offered by the seller (such as UPS Ground). For a list of valid values that you can cache for future use, call GeteBayDetails with DetailName set to ShippingServiceDetails.
RequiredInput: No
# Argument: 'xs:token'
setTransactionID()
Unique ID for the transaction associated with the checkout. For Chinese auctions, the value passed in the TransactionID argument must be 0 or the call will fail with an error. For all other auction types, TransactionID accepts the actual, nonzero transaction ID. Call GetItemTransactionsCall or GetSellerTransactionsCall to determine the correct transaction ID. A transaction is uniquely identified by one of two means: (a) You provide a TransactionID and ItemID. (This is the preferred approach.), OR, (b) You provide a BuyerID and ItemID and eBay identifies only one transaction for that combination (an error is returned if there are multiple transactions for that combination). Note: If all three are provided (that is, BuyerID, ItemID and TransactionID), BuyerID is ignored.
MaxLength: 19 (Note: The eBay database specifies 38. Currently, transaction IDs are usually 9 to 12 digits.)
RequiredInput: Conditionally
# Argument: 'xs:string'