Returns a Selling Manager user's sold listings. Response can be filtered by date, search values, and stores.
| Note: This call is subject to change without notice; the deprecation process is inapplicable to this call. For more information about writing Selling Manager applications, please see http://developer.ebay.com/products/selling-manager-applications. |
To use this call, you must be a Selling Manager Pro subscriber.
See:
Using Selling Manager Calls in the Trading API
Selling Manager page on the eBay Site
Selling Manager Pro page on the eBay Site
See also the reference documentation for these calls:
| Output Detail Controls Samples Change History Top Errors for GetSellingManagerSoldListings |
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are (or soon will be) non-operational.
The XML prototype does not include requester credentials. This is a documentation limitation only (see Standard Requester Credentials for Making Calls).
<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerSoldListingsRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Input Fields -->
<ErrorLanguage> string </ErrorLanguage>
<MessageID> string </MessageID>
<Version> string </Version>
<WarningLevel> WarningLevelCodeType </WarningLevel>
<!-- Call-specific Input Fields -->
<Archived> boolean </Archived>
<Filter> SellingManagerSoldListingsPropertyTypeCodeType </Filter>
<!-- ... more Filter nodes here ... -->
<Pagination> PaginationType
<EntriesPerPage> int </EntriesPerPage>
<PageNumber> int </PageNumber>
</Pagination>
<SaleDateRange> TimeRangeType
<TimeFrom> dateTime </TimeFrom>
<TimeTo> dateTime </TimeTo>
</SaleDateRange>
<Search> SellingManagerSearchType
<SearchType> SellingManagerSearchTypeCodeType </SearchType>
<SearchValue> string </SearchValue>
</Search>
<Sort> SellingManagerSoldListingsSortTypeCodeType </Sort>
<SortOrder> SortOrderCodeType </SortOrder>
<StoreCategoryID> long </StoreCategoryID>
</GetSellingManagerSoldListingsRequest>
| Argument | Type | Occurrence | Meaning |
|---|
| Standard Input Fields [Jump to call-specific fields] |
| ErrorLanguage | string | Optional |
Use ErrorLanguage to return error strings for the call in a different language from the language commonly associated with the site that the requesting user is registered with. Specify the standard RFC 3066 language identification tag (e.g., en_US). ID--- country ----- ----- de_AT Austria de_CH Switzerland de_DE Germany en_AU Australia en_CA Canada en_GB United Kingdom en_SG Singapore en_US United States es_ES Spain fr_BE Belgium (French) fr_CA Canada (French) fr_FR France it_IT Italy nl_BE Belgium (Dutch) nl_NL Netherlands zh_CN China en_IN India en_IE Ireland zh_HK Hong Kong |
| MessageID | string | Optional |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Version | string | Conditional |
The version number of the API code that you are programming against (e.g., 549). The version you specify for a call has these basic effects: - It indicates the version of the code lists and other data that eBay should use to process your request. - It indicates the schema version you are using. You need to use a version that is greater than or equal to the lowest supported version. For the SOAP API: If you are using the SOAP API, this field is required. Specify the version of the WSDL your application is using. For the XML API: If you are using the XML API, this field has no effect. Instead, specify the version in the X-EBAY-API-COMPATIBILITY-LEVEL HTTP header. (If you specify Version in the body of an XML API request and it is different from the value in the HTTP header, eBay returns an informational warning that the value in the HTTP header was used instead.) See:
|
| WarningLevel | WarningLevelCodeType | Optional |
Controls whether or not to return warnings when the application passes unrecognized or deprecated elements in a request. An unrecognized element is one that is not defined in any supported version of the schema. Schema element names are case-sensitive, so using WarningLevel can also help you remove any potential hidden bugs within your application due to incorrect case or spelling in field names before you put your application into the Production environment. WarningLevel only validates elements; it doesn't validate XML attributes. It also doesn't control warnings related to user-entered strings or numbers, or warnings for logical errors. We recommend that you only use this during development and debugging. Do not use this in requests in your production code. Applicable values: • High (in) Return warnings when the application passes unrecognized or deprecated elements in a request. • Low (in) Do not return warnings when the application passes unrecognized or deprecated elements in a request. This is the default value if WarningLevel is not specified. See Warning Level. |
| Call-specific Input Fields | |||
| Archived | boolean | Optional | Requests listing records that are more than 90 days old. Records are archived between 90 and 120 days after being created, and thereafter can only be retrieved using this tag. |
| Filter | SellingManagerSoldListingsPropertyTypeCodeType | Optional,
repeatable: [0..*] |
This holds the list of filters that can be applicable for sold listings.
Applicable values: See Filter. |
| Pagination | PaginationType | Optional | Details about how many listings to return per page and which page to view. |
| Pagination.EntriesPerPage | int | Optional | Specifies the maximum number of entries to return in a single call. If the number of entries that can be returned is less than the value in EntriesPerPage, then the lower number is returned. For most calls, the max is 200 and the default is 25. For GetUserDisputes, the value is hard-coded at 200, and any input is ignored. For GetProducts, the maximum is 20 (and higher values are ignored). See the annotations for other individual calls to determine the correct max and default values. For GetOrders, not applicable to eBay.com (but applicable to Half.com for GetOrders). |
| Pagination.PageNumber | int | Optional |
Specifies the number of the page of data to return in the current call. Default is 1 for most calls. For some calls, the default is 0. Specify a positive value equal to or lower than the number of pages available (which you determine by examining the results of your initial request). See the documentation for other individual calls to determine the correct default value. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com). Min: 1. Default: 1. |
| SaleDateRange | TimeRangeType | Optional | Specifies the earliest (oldest) and latest (most recent) dates to use in a date range filter based on item start time. A time range can be up to 120 days. |
| SaleDateRange.TimeFrom | dateTime | Optional | Specifies the earliest (oldest) date to be used in a date range. |
| SaleDateRange.TimeTo | dateTime | Optional | Specifies the latest (most recent) date to be used in a date range. |
| Search | SellingManagerSearchType | Optional | Search filters for sold listings. |
| Search.SearchType | SellingManagerSearchTypeCodeType | Optional |
Specifies the type of value, such as ProductID or BuyerUserID, for the search.
Applicable values: • BuyerEmail (in) Search for listings based on Buyers email. • BuyerFullName (in) Search for listings based on Buyers full name. • BuyerUserID (in) Search for listings based on Buyer ID. • CustomCode (in) Reserved for internal or future use. • CustomLabel (in) Search for listings based on SKU. • ItemID (in) Search for listings based on ItemID. • ProductID (in) Search for listings based on Product ID. • ProductName (in) Search for listings based on ProductName. • SaleRecordID (in) Search for listings based on the sale record ID. When an item is sold, Selling Manager generates a sale record. A sale record contains buyer information, shipping, and other information. A sale record is displayed in the Sold view in Selling Manager. In the following calls, the value for the sale record ID is in the SellingManagerSalesRecordNumber field: GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions. In the Selling Manager calls, the value for the sale record ID is in the SaleRecordID field. The sale record ID can be for one transaction or for an order (which contains multiple transactions). • Title (in) Search for listings based on Item Title. |
| Search.SearchValue | string | Optional | String identifying the value, matching the SearchType, that the search should return listings for. For example, when ProductID is specified as the SearchType, SearchValue must be a valid ProductID. |
| Sort | SellingManagerSoldListingsSortTypeCodeType | Optional |
Field to be used to sort the response.
Applicable values: See Sort. |
| SortOrder | SortOrderCodeType | Optional |
Order to be used for sorting the requested listings.
Applicable values: • Ascending (in/out) The results will be sorted by the specified attribute in ascending (low to high) order. • CustomCode (in/out) Reserved for internal or future use. • Descending (in/out) The results will be sorted by the specified attribute in descending (high to low) order. |
| StoreCategoryID | long | Optional | Listings with this store category ID will be listed. |
| Input Detail Controls Samples Change History Top Errors for GetSellingManagerSoldListings |
The box below lists all fields that might be returned in the response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are not returned (or soon will not be returned) or are not operational (or soon will be non-operational).
The XML prototype does not include requester credentials. This is a documentation limitation only (see Standard Requester Credentials for Making Calls).
<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerSoldListingsResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Output Fields -->
<Ack> AckCodeType </Ack>
<Build> string </Build>
<CorrelationID> string </CorrelationID>
<Errors> ErrorType
<ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
<ErrorCode> token </ErrorCode>
<ErrorParameters ParamID="string"> ErrorParameterType
<Value> string </Value>
</ErrorParameters>
<!-- ... more ErrorParameters nodes here ... -->
<LongMessage> string </LongMessage>
<SeverityCode> SeverityCodeType </SeverityCode>
<ShortMessage> string </ShortMessage>
</Errors>
<!-- ... more Errors nodes here ... -->
<HardExpirationWarning> string </HardExpirationWarning>
<Timestamp> dateTime </Timestamp>
<Version> string </Version>
<!-- Call-specific Output Fields -->
<PaginationResult> PaginationResultType
<TotalNumberOfEntries> int </TotalNumberOfEntries>
<TotalNumberOfPages> int </TotalNumberOfPages>
</PaginationResult>
<SaleRecord> SellingManagerSoldOrderType
<BuyerEmail> string </BuyerEmail>
<BuyerID> string </BuyerID>
<CashOnDeliveryCost> AmountType (double) </CashOnDeliveryCost>
<CreationTime> dateTime </CreationTime>
<DaysSinceSale> int </DaysSinceSale>
<ItemCost> AmountType (double) </ItemCost>
<OrderStatus> SellingManagerOrderStatusType
<CheckoutStatus> CheckoutStatusCodeType </CheckoutStatus>
<FeedbackReceived> CommentTypeCodeType </FeedbackReceived>
<FeedbackSent> boolean </FeedbackSent>
<IntegratedMerchantCreditCardEnabled> boolean </IntegratedMerchantCreditCardEnabled>
<PaidStatus> SellingManagerPaidStatusCodeType </PaidStatus>
<PaidTime> dateTime </PaidTime>
<PaymentHoldStatus> PaymentHoldStatusCodeType </PaymentHoldStatus>
<PaymentMethodUsed> BuyerPaymentMethodCodeType </PaymentMethodUsed>
<ShippedStatus> SellingManagerShippedStatusCodeType </ShippedStatus>
<ShippedTime> dateTime </ShippedTime>
<TotalEmailsSent> int </TotalEmailsSent>
</OrderStatus>
<SalePrice> AmountType (double) </SalePrice>
<SaleRecordID> long </SaleRecordID>
<SellingManagerSoldTransaction> SellingManagerSoldTransactionType
<CharityListing> boolean </CharityListing>
<CustomLabel> string </CustomLabel>
<ItemID> ItemIDType (string) </ItemID>
<ItemTitle> string </ItemTitle>
<ListedOn> TransactionPlatformCodeType </ListedOn>
<!-- ... more ListedOn nodes here ... -->
<ListingType> ListingTypeCodeType </ListingType>
<QuantitySold> int </QuantitySold>
<Relisted> boolean </Relisted>
<ReservePrice> AmountType (double) </ReservePrice>
<SaleRecordID> long </SaleRecordID>
<SecondChanceOfferSent> boolean </SecondChanceOfferSent>
<SoldOn> TransactionPlatformCodeType </SoldOn>
<StartPrice> AmountType (double) </StartPrice>
<TransactionID> long </TransactionID>
<Variation> VariationType
</Variation>
<WatchCount> int </WatchCount>
</SellingManagerSoldTransaction>
<!-- ... more SellingManagerSoldTransaction nodes here ... -->
<ShippingAddress> AddressType
<Name> string </Name>
<PostalCode> string </PostalCode>
<Street> string </Street>
</ShippingAddress>
<ShippingDetails> ShippingDetailsType
<ShippingType> ShippingTypeCodeType </ShippingType>
</ShippingDetails>
<TotalAmount> AmountType (double) </TotalAmount>
<TotalQuantity> int </TotalQuantity>
<UnpaidItemStatus> UnpaidItemStatusTypeCodeType </UnpaidItemStatus>
</SaleRecord>
<!-- ... more SaleRecord nodes here ... -->
</GetSellingManagerSoldListingsResponse>
| Return Value | Type | Occurrence | Meaning |
|---|
| Standard Output Fields [Jump to call-specific fields] |
| Ack | AckCodeType | Always |
A token representing the application-level acknowledgement code that indicates the response status (e.g., success). The AckCodeType list specifies the possible values for Ack.
Applicable values: • CustomCode (out) Reserved for internal or future use. • Failure (out) Request processing failed • Success (out) Request processing succeeded • Warning (out) Request processing completed with warning information being included in the response message (Not all values in AckCodeType apply to this field.) |
| Build | string | Always | This refers to the specific software build that eBay used when processing the request and generating the response. This includes the version number plus additional information. eBay Developer Support may request the build information when helping you resolve technical issues. |
| CorrelationID | string | Conditionally |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Errors | ErrorType | Conditionally,
repeatable: [0..*] |
A list of application-level errors (if any) that occurred when eBay processed the request.
See Error Handling. |
| Errors.ErrorClassification | ErrorClassificationCodeType | Conditionally |
API errors are divided between two classes: system errors and request errors.
Applicable values: • CustomCode (out) Reserved for internal or future use. • RequestError (out) An error has occurred either as a result of a problem in the sending application or because the application's end-user has attempted to submit invalid data (or missing data). In these cases, do not retry the request. The problem must be corrected before the request can be made again. If the problem is due to something in the application (such as a missing required field), the application must be changed. If the problem is a result of end-user data, the application must alert the end-user to the problem and provide the means for the end-user to correct the data. Once the problem in the application or data is resolved, resend the request to eBay with the corrected data. • SystemError (out) Indicates that an error has occurred on the eBay system side, such as a database or server down. An application can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form. |
| Errors.ErrorCode | token | Conditionally | A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms. See the "Errors by Number" document. |
| Errors.ErrorParameters | ErrorParameterType | Conditionally,
repeatable: [0..*] |
This optional element carries a list of context-specific error variables that indicate details about the error condition. These are useful when multiple instances of ErrorType are returned. |
| Errors.ErrorParameters [ attribute ParamID ] |
string | Conditionally | The index of the parameter in the list of parameter types returned within the error type. |
| Errors.ErrorParameters.Value | string | Conditionally | The value of the variable (e.g., the attribute set ID) |
| Errors.LongMessage | string | Conditionally | A more detailed description of the condition that raised the error. |
| Errors.SeverityCode | SeverityCodeType | Conditionally |
Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning) that should be communicated to the user.
Applicable values: • CustomCode (out) Reserved for internal or future use • Error (out) Application-level error • Warning (out) Warning or informational error |
| Errors.ShortMessage | string | Conditionally | A brief description of the condition that raised the error. |
| HardExpirationWarning | string | Conditionally | Expiration date of the user's authentication token. Only returned within the 7-day period prior to a token's expiration. To ensure that user authentication tokens are secure and to help avoid a user's token being compromised, tokens have a limited life span. A token is only valid for a period of time (set by eBay). After this amount of time has passed, the token expires and must be replaced with a new token. |
| Timestamp | dateTime | Always |
This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Web Services guide for information about this time format and converting to and from the GMT time zone. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, this time value reflects the time the cached response was created. Thus, this value is not necessarily when the request was processed. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, this time value does reflect when the request was processed. |
| Version | string | Always | The version of the response payload schema. Indicates the version of the schema that eBay used to process the request. See "Standard Data for All Calls" in the eBay Web Services Guide for information on using the response version when troubleshooting "CustomCode" values that appear in the response. |
| Call-specific Output Fields | |||
| PaginationResult | PaginationResultType | Always | Contains the total number of pages (TotalNumberOfPages) and the total number of products entries (TotalNumberOfEntries) that can be returned on repeated calls with the same format and report criteria. |
|
PaginationResult .TotalNumberOfEntries |
int | Conditionally | Indicates the total number of entries that could be returned by repeated requests. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com). Returned with a value of 0 if no entries are available. |
|
PaginationResult .TotalNumberOfPages |
int | Conditionally | Indicates the total number of pages of data that could be returned by repeated requests. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com). Returned with a value of 0 if no pages are available. |
| SaleRecord | SellingManagerSoldOrderType | Always,
repeatable: [1..*] |
Returns a Selling Manager user's sold listings. |
| SaleRecord.BuyerEmail | string | Always | The email of the buyer. |
| SaleRecord.BuyerID | string | Always | The user ID of the buyer. |
| SaleRecord.CashOnDeliveryCost | AmountType (double) | Conditionally | The cost of cash-on-delivery. |
| SaleRecord.CreationTime | dateTime | Always | The sale date. |
| SaleRecord.DaysSinceSale | int | Always | Number of days since the sale. |
| SaleRecord.ItemCost | AmountType (double) | Conditionally | A SMPro seller can record the cost of the item, as calculated by the seller, in this field. |
| SaleRecord.OrderStatus | SellingManagerOrderStatusType | Always | Status of the order regarding payment, shipping, feedback, and other communications. |
|
SaleRecord.OrderStatus .CheckoutStatus |
CheckoutStatusCodeType | Conditionally |
The current status of checkout for the transaction.
Applicable values: • BuyerRequestsTotal (out) Buyer requests total from seller. • CheckoutComplete (out) Checkout complete. • CheckoutIncomplete (out) Checkout incomplete--no details specified. • CustomCode (out) Reserved for future use. • SellerResponded (out) Seller responded to buyer's request. |
|
SaleRecord.OrderStatus .FeedbackReceived |
CommentTypeCodeType | Conditionally |
The type of feedback received (if feedback was received).
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • IndependentlyWithdrawn (in/out) Applies to the eBay Motors site only. Feedback is withdrawn based on the decision of a third party. • Negative (in/out) Negative feedback. Decreases total feedback score. • Neutral (in/out) Neutral feedback. No effect on total feedback score. • Positive (in/out) Positive feedback. Increases total feedback score. • Withdrawn (in/out) Withdrawn feedback. Removes the effect of the original feedback on total feedback score. Comments from withdrawn feedback are still visible. |
|
SaleRecord.OrderStatus .FeedbackSent |
boolean | Conditionally | Whether the seller has left feedback. |
|
SaleRecord.OrderStatus .IntegratedMerchantCreditCardEnabled |
boolean | Conditionally | Indicates whether the item can be paid for through a payment gateway (Payflow) account. If IntegratedMerchantCreditCardEnabled is true, then integrated merchant credit card (IMCC) is enabled for credit cards because the seller has a payment gateway account. Therefore, if IntegratedMerchantCreditCardEnabled is true, and AmEx, Discover, or VisaMC is returned for an item, then on checkout, an online credit-card payment is processed through a payment gateway account. A payment gateway account is used by sellers to accept online credit cards (Visa, MasterCard, American Express, and Discover). |
|
SaleRecord.OrderStatus .PaidStatus |
SellingManagerPaidStatusCodeType | Conditionally |
The paid status of the order.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • Paid (in/out) The status of the order is "paid." • PartiallyPaid (in/out) The status of the order is "partially paid." • Pending (in/out) The status of the order is "pending." • Refunded (in/out) The status of the order is "refunded." • Unpaid (in/out) The status of the order is "unpaid." |
|
SaleRecord.OrderStatus .PaidTime |
dateTime | Conditionally | Date on which the order was paid. |
|
SaleRecord.OrderStatus .PaymentHoldStatus |
PaymentHoldStatusCodeType | Conditionally |
Contains the current status of a hold on a PayPal payment. The payment hold that is referred to as a "payment review" hold results from a possible issue with a buyer. The payment hold referred to as a "merchant hold" results from a possible issue with a seller. For more information, please see the link below.
Applicable values: • CustomCode (out) Reserved for internal or future use. • MerchantHold (out) The payment hold referred to as a "merchant hold" results from a possible issue with a seller. If this value is returned, then the following values, as a result, will be returned: In GetMyeBaySelling, PaidWithPayPal is returned in TransactionArray.Transaction.SellerPaidStatus. In GetMyeBayBuying, PaidWithPayPal is returned in TransactionArray.Transaction.BuyerPaidStatus. • None (out) Indicates that there is no payment review hold and no merchant hold. • PaymentReview (out) The payment hold referred to as a "payment review" hold results from a possible issue with a buyer. If this value is returned, then the following values, as a result, will be returned: In GetMyeBaySelling, NotPaid is returned in TransactionArray.Transaction.SellerPaidStatus. In GetMyeBayBuying, PaidWithPayPal is returned in TransactionArray.Transaction.BuyerPaidStatus. • Released (out) Indicates that a payment hold has been released. |
|
SaleRecord.OrderStatus .PaymentMethodUsed |
BuyerPaymentMethodCodeType | Conditionally |
The payment method the buyer selected for paying the seller for the transaction. If checkout is incomplete, PaymentMethodUsed is set to whatever the buyer selected as his or her preference on the Review Your Purchase page.
Applicable values: See PaymentMethodUsed. |
|
SaleRecord.OrderStatus .ShippedStatus |
SellingManagerShippedStatusCodeType | Conditionally |
The shipped status of the order.
Applicable values: • CustomCode (in/out) Reserved for internal or future use. • Shipped (in/out) The shipped status is "shipped." • Unshipped (in/out) The shipped status is "unshipped." |
|
SaleRecord.OrderStatus .ShippedTime |
dateTime | Conditionally | The date on which the seller marks the item as shipped, either set by default as the date date the item was marked shipped or set explicitly by the seller using the Edit Sales Record page. |
|
SaleRecord.OrderStatus .TotalEmailsSent |
int | Conditionally | The total emails sent. |
| SaleRecord.SalePrice | AmountType (double) | Always | Amount of the accepted offer for the listing. |
| SaleRecord.SaleRecordID | long | Always | The sale record ID. Applicable to Selling Manager users. When an item is sold, Selling Manager generates a sale record. A sale record contains buyer information, shipping, and other information. A sale record is displayed in the Sold view in Selling Manager. Each sale record has a sale record ID. In the following calls, the value for the sale record ID is in the SellingManagerSalesRecordNumber field: GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions. In the Selling Manager calls, the value for the sale record ID is in the SaleRecordID field. The sale record ID can be for one transaction or for an order (which contains multiple transactions). |
|
SaleRecord .SellingManagerSoldTransaction |
SellingManagerSoldTransactionType | Always,
repeatable: [1..*] |
Information about one transaction in the order. |
|
SaleRecord .SellingManagerSoldTransaction .CharityListing |
boolean | Conditionally | True if the item is listed as charity item. |
|
SaleRecord .SellingManagerSoldTransaction .CustomLabel |
string | Conditionally | Custom label associated with this transaction. |
|
SaleRecord .SellingManagerSoldTransaction .ItemID |
ItemIDType (string) | Always | ID of the item involved in the transaction. |
|
SaleRecord .SellingManagerSoldTransaction .ItemTitle |
string | Always | Title of the item. |
|
SaleRecord .SellingManagerSoldTransaction .ListedOn |
TransactionPlatformCodeType | Conditionally,
repeatable: [0..*] |
The platform on which the item was listed.
Applicable values: • CustomCode (in/out) Reserved for future use. • eBay (in/out) The transaction was created (i.e., the purchase was made) on the main eBay site. • Express (in/out) The transaction was created on the eBay Express site. • Half (in/out) The transaction was created on Half.com site. • Shopping (in/out) The transaction was created on the Shopping.com site. • WorldOfGood (in/out) The transaction was created on the WorldOfGood site. |
|
SaleRecord .SellingManagerSoldTransaction .ListingType |
ListingTypeCodeType | Conditionally |
The type of the listing.
Applicable values: • AdType (in/out) Advertisement to solicit inquiries on listings such as real estate. Permits no bidding on that item, service, or property. To express interest, a buyer fills out a contact form that eBay forwards to the the seller as a lead. This format does not enable buyers and sellers to transact online through eBay, and eBay Feedback is not available for ad format listings. • Auction (in/out) An optional input parameter used with GetMyeBaySelling. When used in the request, returns items of competitive-bid auctions (Chinese). • Chinese (in/out) Single-quantity online auction format. A Chinese auction has a Quantity of 1. Buyers engage in competitive bidding, although Buy It Now may be offered as long as no bids have been placed. Online auctions are listed on eBay.com, and they are also listed in the seller's eBay Store if the seller is a Store owner. • CustomCode (in/out) Reserved for internal or future use. • Dutch Deprecated as of version 611.
• Express Deprecated as of version 561.
• FixedPriceItem (in/out) A basic fixed-price item format. Bids do not occur. The quantity of items is one or more. Also known as Buy It Now Only on some sites (not to be confused with the BuyItNow option that is available for Chinese auctions). Sellers must meet certain feedback requirements and/or be ID Verified to use this format. See Minimum Feedback Requirements for Various Features in the Trading Web Services guide. Fixed-price listings are listed on eBay.com, and they are listed in the seller's eBay Store if the seller is a Store owner. Stores fixed price items will be treated as basic fixed-price items. Permitted durations of 30 days and GTC are now available for store and non-store subscribers (in addition to the existing durations of 3, 5, 7, and 10 days). Use the GetCategoryFeatures call to determine if a particular site has adopted this method. The release notes will also contain much of this information. • Half (in/out) Half.com listing (item is listed on Half.com, not on eBay). You must be a registered Half.com seller to use this format. • LeadGeneration (in/out) Lead Generation format (advertisement-style listing to solicit inquiries or offers, no bidding or fixed price, listed on eBay). • Live Deprecated as of version 601.
• PersonalOffer (out) Second chance offer made to a non-winning bidder on an ended listing. A seller can make an offer to a non-winning bidder when either the winning bidder has failed to pay for an item or the seller has a duplicate of the item. A seller can create a Second Chance Offer immediately after a listing ends and up to 60 days after the end of the listing. eBay does not charge an Insertion Fee, but if the bidder accepts the offer, the regular Final Value Fee is charged. In the case of an Unpaid Item, the seller should ensure that everything has been done to resolve the issue with the winning bidder before sending a Second Chance Offer to another bidder. See the Unpaid Items Process for details. Make sure you're aware of other rules and restrictions surrounding Second Chance Offers. Use AddSecondChanceItem to submit Second Chance Offers. Listed on eBay, but does not appear when browsing or searching listings. • Shopping (out) Reserved for internal or future use. You can ignore Shopping.com items in your results. • StoresFixedPrice (in/out) A fixed-price format for eBay Store sellers. Store Inventory listings appear after other listings in regular browse and search item lists on eBay. They have a lower Insertion Fee and longer listing durations. Only available to sellers who have an eBay Store. Store Inventory listings are listed on eBay.com, and they are also listed in the seller's eBay Store. Stores fixed price items will be treated as basic fixed-price items; please see the documentation for FixedPriceItem (that is, for the basic fixed-price item format). Use the GetCategoryFeatures call to determine if a particular site has adopted this method. The release notes will also contain much of this information. • Unknown (out) Unknown or undefined auction type. Applicable to user preferences and other informational use cases. |
|
SaleRecord .SellingManagerSoldTransaction .QuantitySold |
int | Always | Total number of items sold in the transaction. |
|
SaleRecord .SellingManagerSoldTransaction .Relisted |
boolean | Conditionally | Whether the item is a relisted item. |
|
SaleRecord .SellingManagerSoldTransaction .ReservePrice |
AmountType (double) | Conditionally | Reserve price of the item, if applicable. |
|
SaleRecord .SellingManagerSoldTransaction .SaleRecordID |
long | Always | The sale record ID. When an item is sold, Selling Manager generates a sale record. A sale record contains buyer information, shipping, and other information. A sale record is displayed in the Sold view in Selling Manager. Each sale record has a sale record ID. In the following calls, the value for the sale record ID is in the SellingManagerSalesRecordNumber field: GetItemTransactions, GetSellerTransactions, GetOrders, GetOrderTransactions. In the Selling Manager calls, the value for the sale record ID is in the SaleRecordID field. The sale record ID can be for one transaction or for an order (which contains multiple transactions). |
|
SaleRecord .SellingManagerSoldTransaction .SecondChanceOfferSent |
boolean | Conditionally | Whether a second chance offer was sent. |
|
SaleRecord .SellingManagerSoldTransaction .SoldOn |
TransactionPlatformCodeType | Conditionally |
The platform on which the item was sold.
Applicable values: • CustomCode (in/out) Reserved for future use. • eBay (in/out) The transaction was created (i.e., the purchase was made) on the main eBay site. • Express (in/out) The transaction was created on the eBay Express site. • Half (in/out) The transaction was created on Half.com site. • Shopping (in/out) The transaction was created on the Shopping.com site. • WorldOfGood (in/out) The transaction was created on the WorldOfGood site. |
|
SaleRecord .SellingManagerSoldTransaction .StartPrice |
AmountType (double) | Conditionally | Start price of the item, if applicable. |
|
SaleRecord .SellingManagerSoldTransaction .TransactionID |
long | Always | ID of the transaction. |
|
SaleRecord .SellingManagerSoldTransaction .Variation |
VariationType | Conditionally |
Variations are multiple similar (but not identical) items in a single fixed-price (or Store Inventory Format) listing. For example, a single listing could contain multiple items of the same brand and model that vary by color and size (like "Blue, Large" and "Black, Medium"). Each variation can have its own quantity and price. When a user purchases items from a multi-variation listing, this Variation node contains information about which variation was purchased. Therefore, applications that process transactions should always check to see if this node is present. A single transaction can contain items from only one variation. |
|
SaleRecord .SellingManagerSoldTransaction .WatchCount |
int | Conditionally | Number of users watching the item. |
| SaleRecord.ShippingAddress | AddressType | Always | Shipping address of a buyer. |
|
SaleRecord.ShippingAddress .Name |
string | Conditionally |
User's name for the address. Also applicable to Half.com (for GetOrders). Max length: 64. |
|
SaleRecord.ShippingAddress .PostalCode |
string | Conditionally |
User's postal code. If not provided as input for GetCart or SetCart, eBay uses the country associated with the SiteID in effect when the call is made. Also applicable to Half.com (for GetOrders). Max length: 12. |
|
SaleRecord.ShippingAddress .Street |
string | Conditionally | A concatenation of Street1 and Street2, primarily for RegistrationAddress. Not applicable to Half.com. |
| SaleRecord.ShippingDetails | ShippingDetailsType | Always | The shipping-related details for an item or transaction, including flat and calculated shipping costs and shipping insurance costs. |
|
SaleRecord.ShippingDetails .ShippingType |
ShippingTypeCodeType | Always |
The shipping cost model offered by the seller. This is not returned for various calls since shipping type can be deduced: if a CalculatedShippingRate structure is returned by the call, the shipping type is Calculated. Otherwise, it is one of the other non-Calculated shipping types. Not applicable to Half.com. Applicable values: • Calculated (in/out) Calculated shipping model: the cost of shipping is determined in large part by the seller-offered and buyer-selected shipping service. The seller might assess an additional fee via PackagingHandlingCosts. • CalculatedDomesticFlatInternational (in/out) The seller specified one or more calculated domestic shipping services and one or more flat international shipping services. • CustomCode (in/out) Reserved for future use. • Flat (in/out) Flat shipping model: the seller establishes the cost of shipping and cost of shipping insurance, regardless of what any buyer-selected shipping service might charge the seller. • FlatDomesticCalculatedInternational (in/out) The seller specified one or more flat domestic shipping services and one or more calculated international shipping services. • Free (out) Free shipping. Returned only by GetSearchResults and GetProducts. This field is output-only so if you want to use AddItem to specify a free Shipping Cost, specify 0 in Item.ShippingDetails.ShippingServiceOptions.ShippingServiceCost. • Freight (out) Freight shipping model: the cost of shipping is determined by a third party, FreightQuote.com, based on the item location (zip code). Currently, Freight can only be specified on input via eBay Web site, not API. • FreightFlat (in/out) Freight shipping model: freight shipping may be used when flat or calculated shipping cannot be used due to the greater weight of the item. See "Specifying Freight Shipping" in the Shipping chapter for details on freight shipping. • NotSpecified (in/out) The seller did not specify the shipping type. |
| SaleRecord.TotalAmount | AmountType (double) | Always | Total cost in the order. |
| SaleRecord.TotalQuantity | int | Always | Total item quantity. |
| SaleRecord.UnpaidItemStatus | UnpaidItemStatusTypeCodeType | Always |
The status of an unpaid item regarding final value, state of communications between buyer and seller, and the filing of an Unpaid Item.
Applicable values: • AwaitingBuyerResponse (out) Awaiting buyer response. • AwaitingSellerResponse (out) Awaiting seller response. • CustomCode (out) Reserved for internal or future use. • FinalValueFeeCredited (out) Final value fee credited. • FinalValueFeeDenied (out) Final value fee denied. • FinalValueFeeEligible (out) Eligible for final value fee. • UnpaidItemEligible (out) Eligible for unpaid item. • UnpaidItemFiled (out) Unpaid item filed. |
| Input Output Samples Change History Top Errors for GetSellingManagerSoldListings |
This call does not support varying Detail Levels. You do not need to pass DetailLevel in the request.
| Input Output Detail Controls Change History Top Errors for GetSellingManagerSoldListings |
New to making API calls? Please see Routing the Request.
Note: Some item IDs, user IDs, or other data in these samples might no longer be active on eBay. If necessary, you can substitute current eBay data in your requests.
Returns information about the sold listings of a seller.
Description
User magicalbookseller wants to review all of her sold listings within the last 90 days. She calls GetSellingManagerSoldListings without using any filters or specifying Archived.
Input
The following GetSellingManagerSoldListings request sample specifies no filters, so all sold listings are returned.
XML format (HTTP POST). Also available is the .txt version of this XML. <?xml version="1.0" encoding="utf-8"?> <GetSellingManagerSoldListingsRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <RequesterCredentials> <eBayAuthToken>ABC...123</eBayAuthToken> </RequesterCredentials> <Version>607</Version> </GetSellingManagerSoldListingsRequest>
Output
The response includes SaleRecord containers, each of which has detailed information about each sold listing.
XML format. Also available is the .txt version of this XML. <?xml version="1.0" encoding="utf-8"?> <GetSellingManagerSoldListingsResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2009-03-20T18:47:55.278Z</Timestamp> <Ack>Success</Ack> <Version>609</Version> <Build>e609_core_Bundled_8177180_R1</Build> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426530007</TransactionID> <SaleRecordID>287735</SaleRecordID> <ItemID>170001996049</ItemID> <QuantitySold>1</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="CAD">300.0</TotalAmount> <TotalQuantity>1</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="CAD">300.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287735</SaleRecordID> <CreationTime>2009-03-20T18:29:10.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>0</TransactionID> <SaleRecordID>287734</SaleRecordID> <ItemID>170001996048</ItemID> <QuantitySold>1</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>Chinese</ListingType> <Relisted>false</Relisted> <StartPrice currencyID="CAD">300.0</StartPrice> <ReservePrice currencyID="CAD">310.0</ReservePrice> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="CAD">350.0</TotalAmount> <TotalQuantity>1</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="CAD">350.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287734</SaleRecordID> <CreationTime>2009-03-20T18:27:56.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426518007</TransactionID> <SaleRecordID>287733</SaleRecordID> <ItemID>170001996038</ItemID> <QuantitySold>1</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="GBP">300.0</TotalAmount> <TotalQuantity>1</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="GBP">300.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287733</SaleRecordID> <CreationTime>2009-03-20T18:22:45.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>0</TransactionID> <SaleRecordID>287732</SaleRecordID> <ItemID>170001996032</ItemID> <QuantitySold>1</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>Chinese</ListingType> <Relisted>false</Relisted> <StartPrice currencyID="GBP">300.0</StartPrice> <ReservePrice currencyID="GBP">310.0</ReservePrice> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="GBP">350.0</TotalAmount> <TotalQuantity>1</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="GBP">350.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287732</SaleRecordID> <CreationTime>2009-03-20T18:21:08.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426423007</TransactionID> <SaleRecordID>287730</SaleRecordID> <ItemID>170001995924</ItemID> <QuantitySold>3</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">900.0</TotalAmount> <TotalQuantity>3</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">900.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287730</SaleRecordID> <CreationTime>2009-03-20T18:16:40.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426424007</TransactionID> <SaleRecordID>287731</SaleRecordID> <ItemID>170001995923</ItemID> <QuantitySold>3</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>StoresFixedPrice</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">900.0</TotalAmount> <TotalQuantity>3</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">900.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287731</SaleRecordID> <CreationTime>2009-03-20T18:16:40.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426422007</TransactionID> <SaleRecordID>287729</SaleRecordID> <ItemID>170001995924</ItemID> <QuantitySold>3</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>QaTest stagingUser</Name> <PostalCode>95125</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">900.0</TotalAmount> <TotalQuantity>3</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">900.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>GenericUser@Domain.com</BuyerEmail> <SaleRecordID>287729</SaleRecordID> <CreationTime>2009-03-20T18:16:26.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426420007</TransactionID> <SaleRecordID>287728</SaleRecordID> <ItemID>170001995923</ItemID> <QuantitySold>3</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>StoresFixedPrice</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>QaTest stagingUser</Name> <PostalCode>95125</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">900.0</TotalAmount> <TotalQuantity>3</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">900.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>GenericUser@Domain.com</BuyerEmail> <SaleRecordID>287728</SaleRecordID> <CreationTime>2009-03-20T18:16:21.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426418007</TransactionID> <SaleRecordID>287727</SaleRecordID> <ItemID>170001995924</ItemID> <QuantitySold>3</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">900.0</TotalAmount> <TotalQuantity>3</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">900.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287727</SaleRecordID> <CreationTime>2009-03-20T18:16:14.000Z</CreationTime> </SaleRecord> <SaleRecord> <SellingManagerSoldTransaction> <TransactionID>7426417007</TransactionID> <SaleRecordID>287726</SaleRecordID> <ItemID>170001995925</ItemID> <QuantitySold>1</QuantitySold> <ItemTitle>SDK item title</ItemTitle> <ListingType>FixedPriceItem</ListingType> <Relisted>false</Relisted> <SecondChanceOfferSent>false</SecondChanceOfferSent> <SoldOn>eBay</SoldOn> <ListedOn>eBay</ListedOn> <CharityListing>false</CharityListing> </SellingManagerSoldTransaction> <ShippingAddress> <Name>Vito De Niro</Name> <PostalCode>93003</PostalCode> </ShippingAddress> <ShippingDetails> <ShippingType>NotSpecified</ShippingType> </ShippingDetails> <TotalAmount currencyID="EUR">300.0</TotalAmount> <TotalQuantity>1</TotalQuantity> <OrderStatus> <CheckoutStatus>CheckoutIncomplete</CheckoutStatus> <PaidStatus>Unpaid</PaidStatus> <ShippedStatus>Unshipped</ShippedStatus> <PaymentMethodUsed>None</PaymentMethodUsed> <FeedbackSent>false</FeedbackSent> <TotalEmailsSent>0</TotalEmailsSent> </OrderStatus> <SalePrice currencyID="EUR">300.0</SalePrice> <DaysSinceSale>0</DaysSinceSale> <BuyerID>GenericUser</BuyerID> <BuyerEmail>SetPersonalInformation3@ebay.com</BuyerEmail> <SaleRecordID>287726</SaleRecordID> <CreationTime>2009-03-20T18:16:13.000Z</CreationTime> </SaleRecord> <PaginationResult> <TotalNumberOfPages>596</TotalNumberOfPages> <TotalNumberOfEntries>5959</TotalNumberOfEntries> </PaginationResult> </GetSellingManagerSoldListingsResponse>
| Input Output Detail Controls Samples Top Errors for GetSellingManagerSoldListings |
| Version | Description |
|---|---|
| 603 2009-02-04 |
|
| 589 2008-10-29 |
|
This document was generated with a customized version of the apireferencedocs tool.
© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.