<?xml version="1.0" encoding="utf-8"?>
<TransPostMappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <MappingSet>
    <MappingDef>
      <Name>eBay Sales - Specific customers</Name>
      <Description>Ebay sales assigned to specific customers</Description>
      <TableName>Item Sales</TableName>
      <HeadingRow>true</HeadingRow>
      <KeyField>Sales Record Number</KeyField>
      <Format>Comma delimited</Format>
      <MapSet>
        <Map>
          <From>Item Title</From>
          <To>Description</To>
        </Map>
        <Map>
          <From>Quantity</From>
          <To>Quantity</To>
        </Map>
        <Map>
          <From>Sale Date</From>
          <To>SaleDate</To>
        </Map>
        <Map>
          <From>Custom Label</From>
          <To>ItemNumber</To>
        </Map>
        <Map>
          <From>Sale Price</From>
          <To>IncTaxPrice</To>
        </Map>
        <Map>
          <From>Postage and Handling</From>
          <To>FreightIncTaxAmount</To>
        </Map>
        <Map>
          <From>Buyer Fullname</From>
          <To>CoLastName</To>
        </Map>
        <Map>
          <From>Postage Service</From>
          <To>ShipVia</To>
        </Map>
        <Map>
          <From>Posted on Date</From>
          <To>PromisedDate</To>
        </Map>
        <Map>
          <From>Sales Record Number</From>
          <To>InvoiceNumber</To>
        </Map>
        <Map>
          <From>PayPal Transaction ID</From>
          <To>CustomersNumber</To>
        </Map>
      </MapSet>
      <DefaultSet>
        <Default>
          <Field>Inclusive</Field>
          <DefaultValue>Y</DefaultValue>
        </Default>
      </DefaultSet>
      <InputFields>
        <string>Sales Record Number</string>
        <string>User Id</string>
        <string>Buyer Fullname</string>
        <string>Buyer Phone Number</string>
        <string>Buyer Email</string>
        <string>Buyer Address 1</string>
        <string>Buyer Address 2</string>
        <string>Buyer City</string>
        <string>Buyer State</string>
        <string>Buyer Postcode</string>
        <string>Buyer Country</string>
        <string>Order ID</string>
        <string>Item ID</string>
        <string>Transaction ID</string>
        <string>Item Title</string>
        <string>Quantity</string>
        <string>Sale Price</string>
        <string>Postage and Handling</string>
        <string>Sales Tax</string>
        <string>Insurance</string>
        <string>Total Price</string>
        <string>Payment Method</string>
        <string>PayPal Transaction ID</string>
        <string>Sale Date</string>
        <string>Checkout Date</string>
        <string>Paid on Date</string>
        <string>Posted on Date</string>
        <string>Postage Service</string>
        <string>Feedback Left</string>
        <string>Feedback Received</string>
        <string>Notes to Yourself</string>
        <string>Custom Label</string>
        <string>Variation Details</string>
      </InputFields>
    </MappingDef>
  </MappingSet>
</TransPostMappings>