Skip to content

Export All Selling from eBay

This task will export all listings being sold from your eBay account. See the Examples section for a for sample output file.

Settings

Connection

Required
The eBay connection to use. See the Connecting to eBay article if you require more information on how to create/manage connections.

Entries Per Page

Required
The number of records to be exported from eBay in each API request. Must be greater than 0.

The larger this number is, the longer each individual request will take, however, the fewer requests to be made, which generally results in the process completing quicker.

The lower this number is, the more API requests will be used, potentially meaning that the API limit is reached.

If you are encountering timeouts, try and reduce this number, if you are encountering API limits, try and increase this number.

Output File

Required
The file to export the listings to.

Include Items

Bid List

Optional
Optionally include or exclude items from the Bid list in your export.

Deleted From Sold List

Optional
Optionally include or exclude items from the Deleted From Sold list in your export.

Deleted From Unsold List List

Optional
Optionally include or exclude items from the Deleted From Unsold list in your export.

Sold List

Optional
Optionally include or exclude items from the Sold list in your export.

Unsold List

Optional
Optionally include or exclude items from the Unsold list in your export.

Zynk Settings

See Common Task Settings.

Examples

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<GetMyeBaySellingResponseType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Timestamp xmlns="urn:ebay:apis:eBLBaseComponents">2019-02-14T14:31:48.174Z</Timestamp>
  <Ack xmlns="urn:ebay:apis:eBLBaseComponents">Success</Ack>
  <Version xmlns="urn:ebay:apis:eBLBaseComponents">1083</Version>
  <Build xmlns="urn:ebay:apis:eBLBaseComponents">E1083_INTL_APISELLING_18873597_R1</Build>
  <ActiveList xmlns="urn:ebay:apis:eBLBaseComponents">
    <ItemArray>
      <Item>
        <BuyItNowPrice currencyID="USD">100</BuyItNowPrice>
        <ItemID>110384701990</ItemID>
        <ListingDetails>
          <ConvertedBuyItNowPrice currencyID="GBP">77.63</ConvertedBuyItNowPrice>
          <StartTime>2018-10-25T09:51:45Z</StartTime>
          <ViewItemURL>https://cgi.sandbox.ebay.co.uk/iphone-/110384701990</ViewItemURL>
        </ListingDetails>
        <ListingDuration>GTC</ListingDuration>
        <ListingType>FixedPriceItem</ListingType>
        <Quantity>1</Quantity>
        <SellingStatus>
          <ConvertedCurrentPrice currencyID="GBP">77.63</ConvertedCurrentPrice>
          <CurrentPrice currencyID="USD">100</CurrentPrice>
        </SellingStatus>
        <ShippingDetails>
          <ShippingServiceOptions>
            <ShippingServiceCost currencyID="USD">5</ShippingServiceCost>
          </ShippingServiceOptions>
          <ShippingType>Flat</ShippingType>
        </ShippingDetails>
        <TimeLeft>PT0S</TimeLeft>
        <Title>iphone</Title>
        <QuantityAvailable>1</QuantityAvailable>
        <ClassifiedAdPayPerLeadFee currencyID="GBP">0</ClassifiedAdPayPerLeadFee>
        <SellerProfiles>
          <SellerShippingProfile>
            <ShippingProfileID>6008312000</ShippingProfileID>
            <ShippingProfileName>Flat:USPS Parcel Se($5.00),1 business day</ShippingProfileName>
          </SellerShippingProfile>
          <SellerReturnProfile>
            <ReturnProfileID>6008309000</ReturnProfileID>
            <ReturnProfileName>No returns accepted,International:No returns</ReturnProfileName>
          </SellerReturnProfile>
          <SellerPaymentProfile>
            <PaymentProfileID>6008310000</PaymentProfileID>
            <PaymentProfileName>Cash On Pickup Accepted,Visa or Master Card</PaymentProfileName>
          </SellerPaymentProfile>
        </SellerProfiles>
      </Item>
    </ItemArray>
    <PaginationResult>
      <TotalNumberOfPages>1</TotalNumberOfPages>
      <TotalNumberOfEntries>1</TotalNumberOfEntries>
    </PaginationResult>
  </ActiveList>
</GetMyeBaySellingResponseType>