GetSellingManagerSoldListings

Returns a Selling Manager user's sold listings. Response can be filtered by date, search values, and stores. To use this call, you must be a Selling Manager Pro subscriber.

Note: This call is subject to change without notice; the deprecation process is inapplicable to this call.

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:



Back to top

GetSellingManagerSoldListings Input

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">
  <!-- Call-specific Input Fields -->
  <Archived> boolean </Archived>
  <Filter> SellingManagerSoldListingsPropertyTypeCodeType </Filter>
  <!-- ... more Filter values allowed 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>
  <!-- Standard Input Fields -->
  <ErrorLanguage> string </ErrorLanguage>
  <MessageID> string </MessageID>
  <Version> string </Version>
  <WarningLevel> WarningLevelCodeType </WarningLevel>
</GetSellingManagerSoldListingsRequest>
Argument Type Occurrence Meaning
Call-specific Input Fields [Jump to standard 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 This integer value is used to specify the maximum number of entries to return in a single "page" of data. This value, along with the number of entries that match the input criteria, will determine the total pages (see PaginationResult.TotalNumberOfPages) in the result set. For most Trading API calls, the maximum value is 200 and the default value is 25 entries per page.

For GetOrders, the maximum value is 100 and the default value is 25 orders per page.

For GetUserDisputes, this value is hard-coded at 200, and any pagination input is ignored.

For GetProducts, the maximum value is 20, and any higher values are ignored.
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.
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 a single or multiple line item order.

For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container must also be used, passing in a date range that includes the date on which the specific sale occurred.

•   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 key 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 key in descending (high to low) order.


StoreCategoryID long Optional Listings with this store category ID will be listed.
Standard Input 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

See Tags for the Identification of Languages.

MessageID string Optional Most Trading API calls support a MessageID element in the request and a CorrelationID element in the response. If you pass in a MessageID in a request, the same value will be returned in the CorrelationID field in the response. Pairing these values can help you track and confirm that a response is returned for every request and to match specific responses to specific requests. If you do not pass a MessageID value in the request, CorrelationID is not returned.

Note: GetCategories is 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:
    Routing the Request (Gateway URLs)
    eBay Schema Versioning Strategy
    Lowest Supported Version

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.



Back to top

GetSellingManagerSoldListings Output

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).

<?xml version="1.0" encoding="utf-8"?>
<GetSellingManagerSoldListingsResponse xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- 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>
    <RefundAmount> AmountType (double) </RefundAmount>
    <RefundStatus> string </RefundStatus>
    <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 values allowed here ... -->
      <ListingType> ListingTypeCodeType </ListingType>
      <OrderLineItemID> string </OrderLineItemID>
      <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 allowed here ... -->
    <ShippingAddress> AddressType
      <Name> string </Name>
      <PostalCode> string </PostalCode>
    </ShippingAddress>
    <ShippingDetails> ShippingDetailsType
      <ShippingType> ShippingTypeCodeType </ShippingType>
    </ShippingDetails>
    <TotalAmount> AmountType (double) </TotalAmount>
    <TotalQuantity> int </TotalQuantity>
    <UnpaidItemStatus> UnpaidItemStatusTypeCodeType </UnpaidItemStatus>
  </SaleRecord>
  <!-- ... more SaleRecord nodes allowed here ... -->
  <!-- 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 allowed here ... -->
    <LongMessage> string </LongMessage>
    <SeverityCode> SeverityCodeType </SeverityCode>
    <ShortMessage> string </ShortMessage>
  </Errors>
  <!-- ... more Errors nodes allowed here ... -->
  <HardExpirationWarning> string </HardExpirationWarning>
  <Timestamp> dateTime </Timestamp>
  <Version> string </Version>
</GetSellingManagerSoldListingsResponse>
Return Value Type Occurrence Meaning
Call-specific Output Fields [Jump to standard 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 call requests. 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. 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 Indicates the current status of the checkout flow for the order.

Applicable values:

•   BuyerRequestsTotal

(out) Buyer requests total from seller.

•   CheckoutComplete

(out) Checkout complete.

•   CheckoutIncomplete

(out) Checkout incomplete.

•   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) This value is reserved for internal or future use.

•   IndependentlyWithdrawn

(in/out) This value indicates that a submitted Feedback entry was withdrawn based on the decision of a third-party (such as eBay). If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified.

This value is only applicable to the eBay Motors site only.

•   Negative

(in/out) This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Negative" experience. If an eBay user receives a Negative rating for an order line item from a Verified User, their overall Feedback score decreases by a value of 1.

•   Neutral

(in/out) This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Neutral" experience. If an eBay user receives a Neutral rating for an order line item from a Verified User, their overall Feedback score remains the same.

•   Positive

(in/out) This value indicates that the submitting user's experience with the other user (receiving feedback) was rated as a "Positive" experience. If an eBay user receives a Positive rating for an order line item from a Verified User, their overall Feedback score increases by a value of 1.

•   Withdrawn

(in/out) This value indicates that a submitted Feedback entry was withdrawn. If a Feedback entry is withdrawn, the effect of that entry on the overall Feedback score is nullified. However, Feedback comments from the withdrawn entry 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) This value is reserved for internal or future use.

•   MerchantHold

(out) This value indicates a possible issue with a seller. If this value is returned, the TransactionArray.Transaction.SellerPaidStatus field is returned as PaidWithPayPal in GetMyeBaySelling, and the TransactionArray.Transaction.BuyerPaidStatus field is returned as PaidWithPayPal in GetMyeBayBuying.

•   NewSellerHold

(out) This value indicates that there is a "new seller hold" on the item. PayPal may hold payments to a new seller for up to 21 days. Sellers are considered "new" until they have met all three criteria below:

  • More than 90 days have passed since first successful sale
  • More than 25 domestic sales
  • More than $250.00 in total sales

•   None

(out) This value indicates that there is no payment hold on the item.

•   PaymentHold

(out) This value indicates that there is a payment hold on the item.

•   PaymentReview

(out) This value indicates a possible issue with a buyer. If this value is returned, the TransactionArray.Transaction.SellerPaidStatus field is returned as NotPaid in GetMyeBaySelling, and the TransactionArray.Transaction.BuyerPaidStatus field is returned as PaidWithPayPal in GetMyeBayBuying.

•   ReleaseConfirmed

(out) This value indicates that the funds are available in the seller's PayPal account.

•   Released

(out) This value indicates that a payment hold on the item has been released.

•   ReleasePending

(out) This value indicates that the process for the release of funds for the order has been initiated.


See Holds on PayPal Payments.

SaleRecord.OrderStatus
  .PaymentMethodUsed
BuyerPaymentMethodCodeType Conditionally The payment method the buyer selected for paying the seller for the order. 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. Note that sellers have the ability to set this value up to 3 calendar days in the future.
SaleRecord.OrderStatus
  .TotalEmailsSent
int Conditionally The total emails sent.
SaleRecord.RefundAmount AmountType (double) Conditionally Amount of the refund issued to the buyer. This field is only returned for a DE/AT order subject to the new eBay payment process, and if a refund was issued to the buyer.
SaleRecord.RefundStatus string Conditionally String value indicating the result of a refund (Success, Failure, Pending) to the buyer for an DE/AT order subject to the new eBay payment process.
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 single or multiple line item orders.
SaleRecord
  .SellingManagerSoldTransaction
SellingManagerSoldTransactionType Always,
repeatable: [1..*]
Information about one line item in the order.
SaleRecord
  .SellingManagerSoldTransaction
  .CharityListing
boolean Conditionally This field is returned as True if the item is listed as a charity item.
SaleRecord
  .SellingManagerSoldTransaction
  .CustomLabel
string Conditionally Custom label associated with this order line item.
SaleRecord
  .SellingManagerSoldTransaction
  .ItemID
ItemIDType (string) Always Unique identifier for an eBay item listing.
SaleRecord
  .SellingManagerSoldTransaction
  .ItemTitle
string Always The title of the item listing.
Max length: 80.
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 order line item was created on the main eBay site.

•   Express

(in/out) The order line item was created on the eBay Express site.

•   Half

(in/out) The order line item was created on Half.com site.

•   Shopping

(in/out) The order line item was created on the Shopping.com site.

•   WorldOfGood

(in/out) The order line item was created on the WorldOfGood site.


SaleRecord
  .SellingManagerSoldTransaction
  .ListingType
ListingTypeCodeType Conditionally The item listing type.

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 in 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

(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.

•   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 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).

•   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).

•   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.

•   Unknown

(out) Unknown or undefined auction type. Applicable to user preferences and other informational use cases.


(Not all values in ListingTypeCodeType apply to this field.)
SaleRecord
  .SellingManagerSoldTransaction
  .OrderLineItemID
string Always A unique identifier for an eBay order line item. This field is created as soon as there is a commitment to buy from the seller, and its value is based upon the concatenation of ItemID and TransactionID, with a hyphen in between these two IDs.
Max length: 50 (Note: The eBay database specifies 38. ItemIDs and TransactionIDs are usually 9 to 12 digits.).
SaleRecord
  .SellingManagerSoldTransaction
  .QuantitySold
int Always Total number of identical items sold in the order line item.
SaleRecord
  .SellingManagerSoldTransaction
  .Relisted
boolean Conditionally Boolean value indicating whether the item is a relisted item.
SaleRecord
  .SellingManagerSoldTransaction
  .ReservePrice
AmountType (double) Conditionally Reserve Price of the item (if a Reserve Price was set for the item).
SaleRecord
  .SellingManagerSoldTransaction
  .SaleRecordID
long Always Unique identifier for a Selling Manager sale record. This field is created at the same time as the order line item (transaction). A sale record is displayed in the Sold view in Selling Manager and contains information on the buyer and shipping. In the GetItemTransactions, GetSellerTransactions, GetOrders, and GetOrderTransactions calls, the SaleRecordID value is reflected in the ShippingDetails.SellingManagerSalesRecordNumber field.

For orders that occurred within the last 30 days, passing only the SaleRecordID into the GetSellingManagerSoldListings request will return the sale record. However, for sales that occurred more than 30 days ago, the SaleDateRange container must also be used, passing in a date range that includes the date on which the specific sale occurred.
SaleRecord
  .SellingManagerSoldTransaction
  .SecondChanceOfferSent
boolean Conditionally Boolean value indicating whether or not a Second Chance offer was sent by the seller to an eligible bidder.
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 order line item was created on the main eBay site.

•   Express

(in/out) The order line item was created on the eBay Express site.

•   Half

(in/out) The order line item was created on Half.com site.

•   Shopping

(in/out) The order line item was created on the Shopping.com site.

•   WorldOfGood

(in/out) The order line item was created on the WorldOfGood site.


SaleRecord
  .SellingManagerSoldTransaction
  .StartPrice
AmountType (double) Conditionally Start price of the item.
SaleRecord
  .SellingManagerSoldTransaction
  .TransactionID
long Always Unique identifier for an eBay order line item (transaction). An order line item is created once there is a commitment from a buyer to purchase an item. Since an auction listing can only have one order line item during the duration of the listing, the TransactionID for auction listings is always 0. Along with its corresponding ItemID, a TransactionID is used and referenced during an order checkout flow and after checkout has been completed.
SaleRecord
  .SellingManagerSoldTransaction
  .Variation
VariationType Conditionally In a fixed-priced listing, a seller can offer variations of the same item. For example, the seller could create a fixed-priced listing for a t-shirt design and offer the shirt in different colors and sizes. In this case, each color and size combination is a separate variation. Each variation can have a different quantity and price. Due to the possible price differentiation, buyers can buy multiple items from this listing at the same time, but all of the items must be of the same variation. One order line item is created whether one or multiple items of the same variation are purchased.

The Variation node contains information about which variation was purchased. Therefore, applications that process order line items should always check to see if this node is present.
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: This varies based on the user's country. Currently, the maximum length is 64 for the US. Note: The eBay database allocates up to 128 characters for this field. .
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.

For a Global Shipping Program order, GetSellerList and GetMyeBaySelling return the postal code of the buyer, not that of the international shipping provider.

Also applicable to Half.com (for GetOrders).
Max length: This varies based on the user's country. Currently, the maximum length is 9 (not counting delimiter characters) for the US. Note: The eBay database allocates up to 24 characters for this field. .
SaleRecord.ShippingDetails ShippingDetailsType Always The shipping-related details for an order, 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.

GetItemShipping and GetItemTransactions: If the type was a mix of flat and calculated services, this is set simply to Flat or Calculated because it is the buyer's selection that results in one of these.

GetMyeBayBuying: If the seller has set the ShipToLocation as 'Worldwide' for an item, but has not specified any international shipping service options, 'NotSpecified' is returned as the ShippingType value.

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. 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. Available only for US domestic shipping. The cost of shipping is determined by a third party, FreightQuote.com, based on the item location (zip code).

Currently, Freight can be specified only on input via eBay Web site, not via 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.

Currently, FreightFlat is available only for the US, UK, AU, CA and CAFR sites, and only for domestic shipping. On the US site, FreightFlat applies to shipping with carriers that are not affiliated with eBay. For details about freight shipping, see "Specifying Freight Shipping" in the Shipping chapter of the User's Guide.

•   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.


Standard Output 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 Most Trading API calls support a MessageID element in the request and a CorrelationID element in the response. If you pass in a MessageID in a request, the same value will be returned in the CorrelationID field in the response. Pairing these values can help you track and confirm that a response is returned for every request and to match specific responses to specific requests. If you do not pass a MessageID value in the request, CorrelationID is not returned.

Note: GetCategories is 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 and other Trading API calls 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.



Back to top

GetSellingManagerSoldListings Detail Controls


Detail Control: DetailLevel

This call does not support varying Detail Levels. You do not need to pass DetailLevel in the request.



Back to top

GetSellingManagerSoldListings Samples

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.

Sample: Basic Call

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>



Back to top

GetSellingManagerSoldListings Change History

Version Description
771
2012-04-25
  • SaleRecord.RefundAmount (added): This field indicates the dollar amount of a refund (if any) that was issued to the buyer. This field only applies to DE/AT orders going through the new eBay payment process.
  • SaleRecord.RefundStatus (added): This field indicates the result of a refund (Success, Failure, Pending). This field only applies to DE/AT orders going through the new eBay payment process.
753
2011-12-21
  • SaleRecord.ShippingAddress.Street (doc change): Street is not returned by this call, so it has been removed from the documentation for this call.
735
2011-08-17
  • SaleRecord.OrderStatus.PaymentMethodUsed (doc change): StandardPaymentMethod is no longer returned.
731
2011-07-20
  • PaymentHoldStatusCodeType (modified): ReleaseConfirmed, ReleaseFailed, and ReleasePending added as enumeration values to capture the status of the release of funds to a seller's account.
705
2011-01-19
  • OrderLineItemID (modified): The OrderLineItemID value is now returned in Production under each SellingManagerSoldTransaction node.
691
2010-10-14
  • OrderLineItemID (added): A unique identifier for an eBay transaction, which is based upon the concatenation of ItemID and TransactionID with a hyphen in between these two IDs. OrderLineItemID is only returned if you set your request version to 705.
663
2010-03-31
  • PaymentHoldStatus (modified): If a new seller hold applies to the buyer's payment, a PaymentHoldStatus of NewSellerHold is returned.
603
2009-02-04
  • Item.IntegratedMerchantCreditCardEnabled (added): Indicates that the IntegratedMerchantCreditCard payment method applies to the item.
589
2008-10-29
  • (added) New call.



Back to top

User-Contributed Notes

   
 
 
 

Copyright © 2005–2013 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.