Export Inventory Items from eBay
This task will export inventory item information from eBay in XML format. The results can be filtered by SKU if required. See the Examples section for a sample output file.
Settings
Connection
eBay Connection
Required
Select the eBay connection to use. See Connecting to eBay for how to create a new connection to eBay.
Export Offers
Required
Set to true to include offers in the export from eBay.
Page Size
Required
The maximum number of records to request from the eBay API at a time.
SKUs
Optional
Provide a comma separated list of SKUs to export specific items from eBay.
Timeout
Optional
The length of time (in seconds) to wait for responses from the eBay API. Leave blank to use the default timeout.
Output File
Required
The XML file to save the records exported from eBay. An example of the XML format is shown below.
Zynk Settings
See Common Task Settings.
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<InventoryItems xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<InventoryItem>
<Availability>
<PickupAtLocationAvailabilities>
<PickupAtLocationAvailability>
<AvailabilityType>IN_STOCK</AvailabilityType>
<FulfillmentTime>
<Unit>DAY</Unit>
<Value>1</Value>
</FulfillmentTime>
<MerchantLocationKey>HOME</MerchantLocationKey>
<Quantity>14</Quantity>
</PickupAtLocationAvailability>
</PickupAtLocationAvailabilities>
<ShipToLocationAvailability>
<AllocationByFormat>
<Auction>0</Auction>
<FixedPrice>25</FixedPrice>
</AllocationByFormat>
<AvailabilityDistributions>
<AvailabilityDistribution>
<FulfillmentTime>
<Unit>DAY</Unit>
<Value>1</Value>
</FulfillmentTime>
<MerchantLocationKey>HOME</MerchantLocationKey>
<Quantity>25</Quantity>
</AvailabilityDistribution>
</AvailabilityDistributions>
<Quantity>25</Quantity>
</ShipToLocationAvailability>
</Availability>
<Condition>NEW</Condition>
<ConditionDescription>Brand new, sealed in box.</ConditionDescription>
<ConditionDescriptors>
<ConditionDescriptor>
<AdditionalInfo>Brand new, sealed in box.</AdditionalInfo>
<Name>124</Name>
<Values>
<Value>537</Value>
</Values>
</ConditionDescriptor>
</ConditionDescriptors>
<InventoryItemGroupKeys>
<InventoryItemGroupKey>STATIONARY</InventoryItemGroupKey>
</InventoryItemGroupKeys>
<Locale>en_GB</Locale>
<Offers>
<Offer>
<CategoryId>312</CategoryId>
<Format>FIXED_PRICE</Format>
<HideBuyerDetails>false</HideBuyerDetails>
<IncludeCatalogProductDetails>true</IncludeCatalogProductDetails>
<Listing>
<ListingId>123043581552</ListingId>
<ListingStatus>ACTIVE</ListingStatus>
<SoldQuantity>0</SoldQuantity>
</Listing>
<ListingDuration>GTC</ListingDuration>
<ListingPolicies>
<EBayPlusIfEligible>false</EBayPlusIfEligible>
</ListingPolicies>
<MarketplaceId>EBAY_GB</MarketplaceId>
<MerchantLocationKey>GB_Tyne & Wear</MerchantLocationKey>
<OfferId>69078825011</OfferId>
<PricingSummary>
<Price>
<Currency>GBP</Currency>
<Value>6.50</Value>
</Price>
</PricingSummary>
<Sku>CASE0001</Sku>
<Status>PUBLISHED</Status>
<Tax>
<ApplyTax>false</ApplyTax>
</Tax>
</Offer>
</Offers>
<PackageWeightAndSize>
<Dimensions>
<Height>10.0</Height>
<Length>20.5</Length>
<Unit>CENTIMETER</Unit>
<Width>9.6</Width>
</Dimensions>
<PackageType>LETTER</PackageType>
<ShippingIrregular>false</ShippingIrregular>
<Weight>
<Unit>KILOGRAM</Unit>
<Value>0.06</Value>
</Weight>
</PackageWeightAndSize>
<Product>
<Aspects>
<Aspect>
<Name>Main Colour</Name>
<Values>
<Value>Blue</Value>
</Values>
</Aspect>
</Aspects>
<Brand>Cool Kids</Brand>
<Description>A lovely blue pencil case designed for kids</Description>
<Eans>
<Ean>9135879253132</Ean>
</Eans>
<Epid>ABC1234</Epid>
<ImageUrls>
<ImageUrl>https://www.stationary.com/CASE0001.jpg</ImageUrl>
</ImageUrls>
<Isbns>
<Isbn>9135879253132</Isbn>
</Isbns>
<Mpn>CASE0001</Mpn>
<Subtitle>Designed for kids</Subtitle>
<Title>Blue Pencil Case</Title>
<Upcs>
<Upc>913587925313</Upc>
</Upcs>
<VideoIds>
<VideoId>124VC1351</VideoId>
</VideoIds>
</Product>
<Sku>CASE0001</Sku>
</InventoryItem>
</InventoryItems>