Home
Find the answer to your question
What Selling Manager data is available via eBay Web Services?
Summary
If you or your sellers are using Selling Manager Pro, there is some information from Selling Manager Pro that is available via eBay Web Services. The best way to retrieve this data is via the GetItemTransactions, or GetSellerTransactions APIs. The same fields are displayed in SellingManager Pro, and therefore are accessible for update via the eBay Web Services APIs. Details Relevant elements from the response are listed below:
<SellingManagerProductDetails>
<PartNumber> int </PartNumber>
<ProductName> string </ProductName>
<ProductPartNumber> string </ProductPartNumber>
</SellingManagerProductDetails>
<SellingManagerSalesRecordNumber> int </SellingManagerSalesRecordNumber>
<ShippedTime> dateTime </ShippedTime>
<PaidTime> dateTime </PaidTime>
To update these fields:
To retrieve these fields:
Many other fields may also be relevant to you, if you are building an integration for SellingManagerPro users. For detailed definitions of these and all other elements, please see the eBay Web Services Guide.