GetSellerTransactions: CheckoutStatus - SellerResponded Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: February 04 2011, 2:52:00 PM Updated: August 17 2022, 2:07:54 PM
I would like to know in which cases the GetSellerTransactions call returns TransactionArray.Transaction.Status.CheckoutStatus the state SellerResponded.
If a buyer purchased an item and requested the seller for the total before completing checkout, then the TransactionArray.Transaction.Status.CheckoutStatus changes to BuyerRequestsTotal. Once the seller responds to this request for the buyer, the TransactionArray.Transaction.Status.CheckoutStatus changes to SellerResponded.
Below are sample snippets from the GetSellerTransactions for the transaction that show the transition of the CheckoutStatus field -
After b uyer purchased the item
<CreatedDate>2011-02-04T19:38:38.000Z</CreatedDate>
<Status>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<CheckoutStatus>CheckoutIncomplete</CheckoutStatus>
<LastTimeModified>2011-02-04T19:38:39.000Z</LastTimeModified>
<PaymentMethodUsed>None</PaymentMethodUsed>
<CompleteStatus>Incomplete</CompleteStatus>
<BuyerSelectedShipping>false</BuyerSelectedShipping>
<PaymentHoldStatus>None</PaymentHoldStatus>
<IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
</Status>
<TransactionID>611212955008</TransactionID>
</Transaction>
After buyer requested total -
<CreatedDate>2011-02-04T19:38:38.000Z</CreatedDate>
<DepositType>None</DepositType>
<QuantityPurchased>1</QuantityPurchased>
<Status>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<CheckoutStatus>BuyerRequestsTotal</CheckoutStatus>
<LastTimeModified>2011-02-04T19:47:15.000Z</LastTimeModified>
<PaymentMethodUsed>None</PaymentMethodUsed>
<CompleteStatus>Incomplete</CompleteStatus>
<BuyerSelectedShipping>false</BuyerSelectedShipping>
<PaymentHoldStatus>None</PaymentHoldStatus>
<IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
</Status>
<TransactionID>611212955008</TransactionID>
</Transaction>
After Seller responded to buyer request -
<CreatedDate>2011-02-04T19:38:38.000Z</CreatedDate>
<Status>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<CheckoutStatus>SellerResponded</CheckoutStatus>
<LastTimeModified>2011-02-04T20:01:28.000Z</LastTimeModified>
<PaymentMethodUsed>None</PaymentMethodUsed>
<CompleteStatus>Incomplete</CompleteStatus>
<BuyerSelectedShipping>false</BuyerSelectedShipping>
<PaymentHoldStatus>None</PaymentHoldStatus>
<IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
</Status>
<TransactionID>611212955008</TransactionID>
</Transaction>
After buyer completes checkout -
<CreatedDate>2011-02-04T19:38:38.000Z</CreatedDate>
<Status>
<eBayPaymentStatus>NoPaymentFailure</eBayPaymentStatus>
<CheckoutStatus>CheckoutComplete</CheckoutStatus>
<LastTimeModified>2011-02-04T21:47:02.000Z</LastTimeModified>
<PaymentMethodUsed>PayPal</PaymentMethodUsed>
<CompleteStatus>Complete</CompleteStatus>
<BuyerSelectedShipping>true</BuyerSelectedShipping>
<PaymentHoldStatus>None</PaymentHoldStatus>
<IntegratedMerchantCreditCardEnabled>false</IntegratedMerchantCreditCardEnabled>
</Status>
<TransactionID>611212955008</TransactionID>
<ExternalTransaction>
<ExternalTransactionID>7LY20014TT511654B</ExternalTransactionID>
<ExternalTransactionTime>2011-02-04T20:47:01.000Z</ExternalTransactionTime>
<FeeOrCreditAmount currencyID="USD">0.0</FeeOrCreditAmount>
<PaymentOrRefundAmount currencyID="USD">1.0</PaymentOrRefundAmount>
</ExternalTransaction>
<ShippingServiceSelected>
<ShippingService>ShippingMethodStandard</ShippingService>
<ShippingServiceCost currencyID="USD">0.0</ShippingServiceCost>
</ShippingServiceSelected>
</Transaction>
How well did this answer your question? Answers others found helpful