Skip to content

Export Fulfillment Policies from eBay

This task will export fulfillment policies for a particular marketplace from eBay in XML format. See the Examples section for a sample output file.

The main use for this task is to determine the <ShippingCarrierCode> values for use with the Import Shipping Fulfillments task.

Settings

eBay Connection

Required
Select the eBay connection to use. See Connecting to eBay for how to create a new connection to eBay.

Marketplace

Required
Select the eBay marketplace you want to work with. The available options are:

  • Australia
  • Austria
  • BelgiumDutch
  • BelgiumFrench
  • CanadaEnglish
  • CanadaFrench
  • France
  • Germany
  • HongKong
  • Ireland
  • Italy
  • Malaysia
  • Netherlands
  • Philippines
  • Poland
  • Singapore
  • Spain
  • Switzerland
  • UK
  • US
  • MotorsUS

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"?>
<FulfillmentPolicies xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FulfillmentPolicy>
    <CategoryTypes>
      <CategoryType>
        <Default>false</Default>
        <Name>ALL_EXCLUDING_MOTORS_VEHICLES</Name>
      </CategoryType>
    </CategoryTypes>
    <Description>Domestic: Flat: Economy services(£1.50).</Description>
    <FreightShipping>false</FreightShipping>
    <FulfillmentPolicyId>5590115000</FulfillmentPolicyId>
    <GlobalShipping>false</GlobalShipping>
    <HandlingTime>
      <Unit>DAY</Unit>
      <Value>1</Value>
    </HandlingTime>
    <MarketplaceId>EBAY_GB</MarketplaceId>
    <Name>Flat:Collect+ Econo(£1.50),1 business day</Name>
    <PickupDropOff>false</PickupDropOff>
    <ShippingOptions>
      <ShippingOption>
        <CostType>FLAT_RATE</CostType>
        <OptionType>DOMESTIC</OptionType>
        <ShippingDiscountProfileId>0</ShippingDiscountProfileId>
        <ShippingPromotionOffered>false</ShippingPromotionOffered>
        <ShippingServices>
          <ShippingService>
            <AdditionalShippingCost>
              <Currency>GBP</Currency>
              <Value>0.0</Value>
            </AdditionalShippingCost>
            <BuyerResponsibleForPickup>false</BuyerResponsibleForPickup>
            <BuyerResponsibleForShipping>false</BuyerResponsibleForShipping>
            <FreeShipping>false</FreeShipping>
            <ShippingCarrierCode>CollectPlus</ShippingCarrierCode>
            <ShippingCost>
              <Currency>GBP</Currency>
              <Value>1.5</Value>
            </ShippingCost>
            <ShippingServiceCode>UK_CollectPlusTrakedDeliveryToDoor</ShippingServiceCode>
            <SortOrder>1</SortOrder>
          </ShippingService>
        </ShippingServices>
      </ShippingOption>
    </ShippingOptions>
    <ShipToLocations />
  </FulfillmentPolicy>
</FulfillmentPolicies>