Not all sold items are returned in GetMyeBaySelling's SoldItemList 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: December 04 2008, 11:44:00 PM Updated: August 08 2022, 6:41:41 AM
Question
Why my sold items are not reported in GetMyeBaySelling API
Answer
Detailed Description
Seller can remove or delete sold or unsold items from My eBay. If GetMyeBaySelling API call returns less number of sold or unsold items compared to your local repository record, you should check DeletedFromSoldList and DeletedFromUnsoldList by sending a simple query as below:
<?xml version="1.0" encoding="utf-8"?> <GetMyeBaySellingRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <Version>1123</Version> <DetailLevel>ReturnAll</DetailLevel> <RequesterCredentials> <eBayAuthToken>TOKEN</eBayAuthToken> </RequesterCredentials>
<DeletedFromSoldList> </DeletedFromSoldList>
<DeletedFromUnsoldList> </DeletedFromUnsoldList>
<UnsoldList> </UnsoldList>
<SoldList> </SoldList> </GetMyeBaySellingRequest>
Additional Information
GetMyeBaySelling I/O document
How well did this answer your question? Answers others found helpful