Website logo

Retrieve your sold items

Retrieves a list of sales for the authenticated user. Multiple-quantity auctions can have multiple sales. Note that multiple items can be sold in a single sale (the QuantitySold field will contain the number of items sold).

URL: https://api.trademe.co.nz/v1/MyTradeMe/SoldItems/{filter}.{file_format}
HTTP Method: GET
Requires Authentication? Yes
Permission Required: MyTradeMeRead: Read your membership & listing data.
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

filter String (required)

A filter on the results.

Last45DaysReturns items sold in the last 45 days.
Last30DaysReturns items sold in the last 30 days.
Last7DaysReturns items sold in the last 7 days.
Last3DaysReturns items sold in the last 3 days.
Last24HoursReturns items sold in the last 24 hours.
LastHourReturns items sold in the last hour.
PaymentInstructionsToSendReturns items without sent payment instructions.
FeedbackToPlaceReturns items with pending feedback.
EmailSentReturns sold items marked with "Email sent" status.
PaymentReceivedReturns sold items marked with "Payment received" status.
GoodsShippedReturns sold items marked with "Goods shipped" status.
SaleCompletedReturns sold items marked with "Sale completed" status.

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Query String parameters

deleted Boolean (optional)

Indicates whether deleted items should be included in the results.

page Integer (optional)

The page number of the set of results to return, starting from 1. Defaults to 1.

photo_size Enumeration (optional)

The size of the images to return in the results. Defaults to Thumbnail.

Thumbnail

The thumbnail sized photo (always 85x64, with white borders).

List

The list view sized photo (scaled down to fit 160x120).

Medium

The medium sized photo (scaled down to fit 175x175).

Gallery

The gallery sized photo (scaled down to fit 233x176).

Large

The large sized photo (scaled down to fit 352x264).

FullSize

The full sized photo (scaled down to fit 670x502).

JobSearchCard

The SearchCard photo (scaled down to fit 670x502).

rows Integer (optional)

The number of results per page; also the maximum number of results to return. Defaults to 50.

Returns

<SoldItems>

The list of all the sold listings.

TotalCount Integer

The total number of results in the collection. Can be larger than the number of returned results.

Page Integer

The index of the current page of results (starts at 1).

PageSize Integer

The number of results in the current page.

List Collection of <SoldItem> or null

A list of the results in the current page.

ListingId Long Integer

The ID of the listing.

Title String or null

The listing title.

Category String or null

The listing category.

StartPrice Number

The start price.

BuyNowPrice Number

The Buy Now price.

StartDate DateTime

The date the listing was created.

EndDate DateTime

The date the listing will end.

ListingLength String or null

The listing length.

Restrictions String or null

The restictions associated with the listing.

IsFeatured Boolean

Is this a featured listing?

HasGallery Boolean

Is this a gallery listing?

IsBold Boolean

Is this a bold listing?

IsHighlighted Boolean

Is this a highlighted listing?

HasHomePageFeature Boolean

Is this a homepage feature listing?

HasExtraPhotos Boolean

Is this a listing with extra photos?

HasScheduledEndDate Boolean

Is this a listing with a scheduled end date?

BidderAndWatchers Integer

The number of bidders and watcher for this listing.

MaxBidAmount Number

The current leading bid amount.

AsAt DateTime

The date and time the response was generated on the server.

CategoryPath String or null

The category path.

PictureHref String or null

The URL of the primary photo for the listing (if the listing has a photo). By default you'll get a thumbnail-sized photo, but you can control the size of the photo using the photo_size parameter.

PhotoId Long Integer

The ID of the primary photo for the listing (if the listing has a photo).

BidCount Integer

The number of bids on the item.

ViewCount Integer

The number of times the listing has been viewed.

IsReserveMet Boolean

Indicates whether the item's reserve has been met.

HasReserve Boolean

Indicates whether the item has a reserve.

HasBuyNow Boolean

Indicates whether the item has Buy Now.

Note String or null

The note on an item.

NoteId Integer

The note id on an item.

NoteDate DateTime

The date of the note on an item.

CategoryName String or null

The display name of the category.

ReserveState Enumeration

The flag to display on an item.

None 0

There is no reserve on the item (i.e. the reserve price is the same as the starting price).

Met 1

The value of the highest bid has exceeded the reserve price.

NotMet 2

The value of the highest bid has not reached the reserve price.

NotApplicable 3

The listing cannot have a reserve because bidding is not allowed. This may be because it is a classified or because it is a Buy Now Only auction.

Attributes Collection of <Attribute> or null

The attributes for the item that are intended to be displayed on the UI.

Name String or null

A name which uniquely identifies the attribute. Required when selling or editing.

DisplayName String or null

The name of the attribute, in a form suitable for displaying to users. Not required when selling or editing.

Value String or null

The string value of the attribute. When listing, the valid values for the attribute can be determined using the "Retrieve attributes for a category" API. Use "false" or "true" for boolean attributes. Required when selling or editing.

IsClassified Boolean

Indicates whether the item is a classified.

RelistedItemId Long Integer

The ID of the new listing if this listing was relisted.

Subtitle String or null

The subtitle, if present.

ReservePrice Number

The reserve price for the auction. This is available in the sold/unsold items APIs and, if you are the seller, the listing details API.

IsBuyNowOnly Boolean

Indicates whether or not this is a Buy Now Only listing.

IsFlatShippingCharge Boolean

Indicates whether one flat shipping fee will be charged if more than one of this item is purchased. Only applicable for Buy Now Only listings.

RemainingGalleryPlusRelists Integer or null

The number of times the item can be relisted and get the gallery promotion for free. This value is only present if you are the seller and the listing had the gallery promotion applied due to the gallery plus promotion. Note that for this field, a value of zero is not the same as if the field is missing (a value of zero means gallery plus is in effect whereas if the field is missing it means that you are not the seller or gallery plus is not in effect).

ExternalReferenceId String or null

The external reference ID, if one exists. Only available to the seller of a listing.

SKU String or null

SKU or Stock Keeping Unit. Used to uniquely identify an auction's product line.

IsClearance Boolean

This indicates that the listing is a clearance item. Clearance listings include listings with was/now pricing and general clearance stock.

WasPrice Number or null

The usual price that a product is sold at, or the price before it was marked down. This is always more than the Buy Now price for Auctions, or more than the asking price for Classifieds.This field will only be populated if IsClearance is true.

PercentageOff Integer or null

The percentage that a product has been discounted. This has been rounded for display purposes. This field will only be populated if IsClearance is true.

Options Collection of <Option> or null

The combination of variant options that this variant represents.

(This type has already been defined)
ListingGroupId Long Integer or null

The identifier of the group of related multi-variant listings. Blank if the listing is not multi-variant

Status Integer

The status of the sale. Valid status values are as follows: 0 = the item didn't sell or the status is unknown, 10 = an email has been sent to the buyer, 20 = the payment has been received from the buyer, 30 = the goods have shipped, 40 = the sale is completed. This can be set by the seller to track the status of an order; it is never set by Trade Me.

StatusDate DateTime

The date the status was last changed.

SoldDate DateTime

The date and time the item was sold.

SoldType String or null

The method of sale. Valid values are "Auction", "Buy now" and "Fixed price offer".

SalePrice Number

The price the item was sold for, excluding shipping. If this was a multi-quantity purchase, then this is the price each individual item sold for multiplied by the quantity sold (i.e. the total value of the transaction, minus the shipping cost).

SelectedShipping String or null

A description of the selected shipping method (e.g. "$8.00 Nation-wide courier").

BuyerDeliveryAddress String or null

The delivery address as indicated by the buyer.

MessageFromBuyer String or null

The message from the buyer, if any.

SuccessFees Number

The success fees associated with the sale.

IsPayNowPurchase Boolean

Indicates whether the buyer has purchased the item using Pay Now. For high risk payments, the value will be false until the payment has been manually approved by the Trade Me customer service team.

IsPaymentPending Boolean

Indicates whether a Pay Now payment is currently under review by the Trade Me customer service team. If this flag is set, you should not send payment reminder notices to the buyer. Note: the Trade Me website uses the label "Payment Held" for payments in this state.

PayNowRefundValue Number

If the item was a Pay Now purchase, the portion of the original purchase price that has been refunded, as a dollar figure. If the value is missing, it may be assumed to be $0 (i.e. the payment was not refunded).

ShippingPrice Number

The price of shipping.

ShippingType Enumeration

The type of shipping that was selected.

None 0

The type of the "None of the options apply to me" shipping option. Do not use when listing an item.

Unknown 0

Obsolete. Do not use.

Undecided 1

Indicates that the seller will confirm the shipping details with the buyer directly. This shipping option cannot be used when Pay Now is specified as a payment option. When listing an item, this option cannot be used in combination with other shipping options.

Pickup 2

Indicates the item can be picked up. Do not use when listing an item (use the Pickup field instead).

Free 3

Indicates the item can be shipped for free within New Zealand. When listing an item, this option cannot be used in combination with other shipping options.

Custom 4

Custom shipping option. Allows the seller to specify the price and description. Multiple custom shipping options are allowed (up to ten).

TradeMe 5

Trademe shipping option. Allows the seller to calculate the quotes from couriers, all calculated quotes will be saved in custom shipping options.

HasSellerPlaceFeedback Boolean

Indicates whether the seller has placed feedback.

HasBuyerPlaceFeedback Boolean

Indicates whether the buyer has placed feedback.

OfferId Integer

The ID of the fixed price offer, if any.

InvoiceId Integer

The ID of the associated invoice. Only populated when an invoice is actually generated, which is typically when payment instructions are sent to the buyer.

Buyer <Member> or null

The member who bought the item.

(This type has already been defined)
DeliveryAddress <Address> or null

The delivery address as indicated by the buyer.

Name String or null

The name of the person whom the item is being delivered to.

Address1 String or null

The first line of the address.

Address2 String or null

The second line of the address (optional).

Suburb String or null

The suburb (optional).

City String or null

The city.

Postcode String or null

The postcode (optional).

Country String or null

The country (currently restricted to "New Zealand" or "Australia").

PhoneNumber String or null

The contact phone number (optional).

QuantitySold Integer

The number of items sold as part of this sale. Will be 1 if the sale is via a bid or a regular Buy Now.

PurchaseId Integer

The purchase-specific id (or auction sold id).

ReferenceNumber String or null

The reference number that the buyer can use when making a deposit into the seller's bank account.

Price Number

The price the item was sold for, excluding shipping. If the purchase was for multiple items, this is the price of a single item.

SubtotalPrice Number

The price for all items, excluding shipping (i.e. equal to SalePrice * QuantitySold).

TotalShippingPrice Number

The total price for shipping. If flat shipping is not enabled, equal to ShippingPrice * QuantitySold.

TotalSalePrice Number

The total price for the entire sale, including shipping. If the purchase was for multiple items, all items are included in this price.

OrderId Long Integer or null

If the item was purchased via the shopping cart then a purchased cart id is returned which is called order Id.

PaymentMethod Enumeration

The payment method used to purchase this item

None 0

No payment methods provided.

BankDeposit 1

NZ bank deposit.

CreditCard 2

Credit card. (Processed via Pay Now if the seller uses Pay Now, otherwise Buy Now)

Cash 4

Cash.

SafeTrader 8

Safe Trader (Now obsolete).

Other 16

Other (needs to be specified).

Ping 32

Ping.

Afterpay 64

Afterpay.

PaymentDetails <PaymentDetails> or null

The payment details for this sale.

IsPaymentPending Boolean

The current state of the payment

PaymentType Enumeration

The type of payment

None 0

No payment methods provided.

BankDeposit 1

NZ bank deposit.

CreditCard 2

Credit card. (Processed via Pay Now if the seller uses Pay Now, otherwise Buy Now)

Cash 4

Cash.

SafeTrader 8

Safe Trader (Now obsolete).

Other 16

Other (needs to be specified).

Ping 32

Ping.

Afterpay 64

Afterpay.

PaymentAmount Number

The total amount of this payment

PaymentMethodFee Number

The fee amount paid as part of this payment

RefundCollection Collection of <RefundDetails> or null

A collection of refunds that have been made against this payment

Amount Number

The amount refunded

Destination String or null

The destination the refund was sent to.

Date DateTime or null

The date the refund issued.

GstCollected Number

GST collected from this transaction

PingEscrowStatus Enumeration or null

Ping payment escrow status

None 0

Not an escrow transaction

ActiveEscrow 1

Has an active escrow

ReleasedFromEscrow 2

Escrow has been released

ReversedFromEscrow 3

Escrow has been reversed

TrackedParcels Collection of <TrackedParcel> or null

Tracked courier parcels for this purchase

CourierParcelId Integer

The ID of this parcel

CourierCompanyName String or null

The name of the courier company

TrackingReference String or null

The tracking reference

TrackingUrl String or null

The tracking url

Status Enumeration or null

Last event of this parcel

Unknown 0

Unknown

PickedUp 1

The parcel has been picked up

InTransit 2

The parcel is moving between depots.

InternationalTransit 3

The parcel is on board an international carrier.

Info 4

An informational update.

OnBoardForDelivery 5

The parcel is with a courier for delivery.

Delivered 6

The parcel has been delivered.

CustomsReleased 8

The parcel has passed NZ customs.

Failed 9

The parcel was out for delivery but not delivered. E.g. signature required but no-one home.

Exception 10

The parcel has failed along its journey.

TaxSubTotals Collection of <TaxSubTotal> or null

Sum of all taxes included in this sale

Type Enumeration

The type of tax that is included

NZ_GST_Overseas_Supplies 1

New Zealand GST on overseas supplies

Country String or null

The country that is levying the tax e.g. NZ

Name String or null

The name of the tax e.g. GST

SubTotal Number

The total amount of tax that has been charged

FlatRate Number

The rate of the tax

Example XML Response (switch to JSON)

<SoldItems xmlns="http://api.trademe.co.nz/v1">
  <TotalCount>123</TotalCount>
  <Page>123</Page>
  <PageSize>123</PageSize>
  <List>
    <SoldItem>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <ListingLength>ABC</ListingLength>
      <Restrictions>ABC</Restrictions>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <HasExtraPhotos>false</HasExtraPhotos>
      <HasScheduledEndDate>false</HasScheduledEndDate>
      <BidderAndWatchers>123</BidderAndWatchers>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <PhotoId>123</PhotoId>
      <BidCount>123</BidCount>
      <ViewCount>123</ViewCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <Note>ABC</Note>
      <NoteId>123</NoteId>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <CategoryName>ABC</CategoryName>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <RelistedItemId>123</RelistedItemId>
      <Subtitle>ABC</Subtitle>
      <ReservePrice>123.0</ReservePrice>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <IsFlatShippingCharge>false</IsFlatShippingCharge>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <ExternalReferenceId>ABC</ExternalReferenceId>
      <SKU>ABC</SKU>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Options>
        <Option />
        <Option />
      </Options>
      <ListingGroupId>123</ListingGroupId>
      <Status>123</Status>
      <StatusDate>2018-01-01T00:00:00Z</StatusDate>
      <SoldDate>2018-01-01T00:00:00Z</SoldDate>
      <SoldType>ABC</SoldType>
      <SalePrice>123.0</SalePrice>
      <SelectedShipping>ABC</SelectedShipping>
      <BuyerDeliveryAddress>ABC</BuyerDeliveryAddress>
      <MessageFromBuyer>ABC</MessageFromBuyer>
      <SuccessFees>123.0</SuccessFees>
      <IsPayNowPurchase>false</IsPayNowPurchase>
      <IsPaymentPending>false</IsPaymentPending>
      <PayNowRefundValue>123.0</PayNowRefundValue>
      <ShippingPrice>123.0</ShippingPrice>
      <ShippingType>None</ShippingType>
      <HasSellerPlaceFeedback>false</HasSellerPlaceFeedback>
      <HasBuyerPlaceFeedback>false</HasBuyerPlaceFeedback>
      <OfferId>123</OfferId>
      <InvoiceId>123</InvoiceId>
      <Buyer />
      <DeliveryAddress>
        <Name>ABC</Name>
        <Address1>ABC</Address1>
        <Address2>ABC</Address2>
        <Suburb>ABC</Suburb>
        <City>ABC</City>
        <Postcode>ABC</Postcode>
        <Country>ABC</Country>
        <PhoneNumber>ABC</PhoneNumber>
      </DeliveryAddress>
      <QuantitySold>123</QuantitySold>
      <PurchaseId>123</PurchaseId>
      <ReferenceNumber>ABC</ReferenceNumber>
      <Price>123.0</Price>
      <SubtotalPrice>123.0</SubtotalPrice>
      <TotalShippingPrice>123.0</TotalShippingPrice>
      <TotalSalePrice>123.0</TotalSalePrice>
      <OrderId>123</OrderId>
      <PaymentMethod>None</PaymentMethod>
      <PaymentDetails>
        <IsPaymentPending>false</IsPaymentPending>
        <PaymentType>None</PaymentType>
        <PaymentAmount>123.0</PaymentAmount>
        <PaymentMethodFee>123.0</PaymentMethodFee>
        <RefundCollection>
          <RefundDetails>
            <Amount>123.0</Amount>
            <Destination>ABC</Destination>
            <Date>2018-01-01T00:00:00Z</Date>
          </RefundDetails>
          <RefundDetails>
            <Amount>123.0</Amount>
            <Destination>ABC</Destination>
            <Date>2018-01-01T00:00:00Z</Date>
          </RefundDetails>
        </RefundCollection>
        <GstCollected>123.0</GstCollected>
        <PingEscrowStatus>None</PingEscrowStatus>
      </PaymentDetails>
      <TrackedParcels>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
        </TrackedParcel>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
        </TrackedParcel>
      </TrackedParcels>
      <TaxSubTotals>
        <TaxSubTotal>
          <Type>NZ_GST_Overseas_Supplies</Type>
          <Country>ABC</Country>
          <Name>ABC</Name>
          <SubTotal>123.0</SubTotal>
          <FlatRate>123.0</FlatRate>
        </TaxSubTotal>
        <TaxSubTotal>
          <Type>NZ_GST_Overseas_Supplies</Type>
          <Country>ABC</Country>
          <Name>ABC</Name>
          <SubTotal>123.0</SubTotal>
          <FlatRate>123.0</FlatRate>
        </TaxSubTotal>
      </TaxSubTotals>
    </SoldItem>
    <SoldItem>
      <ListingId>123</ListingId>
      <Title>ABC</Title>
      <Category>ABC</Category>
      <StartPrice>123.0</StartPrice>
      <BuyNowPrice>123.0</BuyNowPrice>
      <StartDate>2018-01-01T00:00:00Z</StartDate>
      <EndDate>2018-01-01T00:00:00Z</EndDate>
      <ListingLength>ABC</ListingLength>
      <Restrictions>ABC</Restrictions>
      <IsFeatured>false</IsFeatured>
      <HasGallery>false</HasGallery>
      <IsBold>false</IsBold>
      <IsHighlighted>false</IsHighlighted>
      <HasHomePageFeature>false</HasHomePageFeature>
      <HasExtraPhotos>false</HasExtraPhotos>
      <HasScheduledEndDate>false</HasScheduledEndDate>
      <BidderAndWatchers>123</BidderAndWatchers>
      <MaxBidAmount>123.0</MaxBidAmount>
      <AsAt>2018-01-01T00:00:00Z</AsAt>
      <CategoryPath>ABC</CategoryPath>
      <PictureHref>ABC</PictureHref>
      <PhotoId>123</PhotoId>
      <BidCount>123</BidCount>
      <ViewCount>123</ViewCount>
      <IsReserveMet>false</IsReserveMet>
      <HasReserve>false</HasReserve>
      <HasBuyNow>false</HasBuyNow>
      <Note>ABC</Note>
      <NoteId>123</NoteId>
      <NoteDate>2018-01-01T00:00:00Z</NoteDate>
      <CategoryName>ABC</CategoryName>
      <ReserveState>None</ReserveState>
      <Attributes>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
        </Attribute>
        <Attribute>
          <Name>ABC</Name>
          <DisplayName>ABC</DisplayName>
          <Value>ABC</Value>
        </Attribute>
      </Attributes>
      <IsClassified>false</IsClassified>
      <RelistedItemId>123</RelistedItemId>
      <Subtitle>ABC</Subtitle>
      <ReservePrice>123.0</ReservePrice>
      <IsBuyNowOnly>false</IsBuyNowOnly>
      <IsFlatShippingCharge>false</IsFlatShippingCharge>
      <RemainingGalleryPlusRelists>123</RemainingGalleryPlusRelists>
      <ExternalReferenceId>ABC</ExternalReferenceId>
      <SKU>ABC</SKU>
      <IsClearance>false</IsClearance>
      <WasPrice>123.0</WasPrice>
      <PercentageOff>123</PercentageOff>
      <Options>
        <Option />
        <Option />
      </Options>
      <ListingGroupId>123</ListingGroupId>
      <Status>123</Status>
      <StatusDate>2018-01-01T00:00:00Z</StatusDate>
      <SoldDate>2018-01-01T00:00:00Z</SoldDate>
      <SoldType>ABC</SoldType>
      <SalePrice>123.0</SalePrice>
      <SelectedShipping>ABC</SelectedShipping>
      <BuyerDeliveryAddress>ABC</BuyerDeliveryAddress>
      <MessageFromBuyer>ABC</MessageFromBuyer>
      <SuccessFees>123.0</SuccessFees>
      <IsPayNowPurchase>false</IsPayNowPurchase>
      <IsPaymentPending>false</IsPaymentPending>
      <PayNowRefundValue>123.0</PayNowRefundValue>
      <ShippingPrice>123.0</ShippingPrice>
      <ShippingType>None</ShippingType>
      <HasSellerPlaceFeedback>false</HasSellerPlaceFeedback>
      <HasBuyerPlaceFeedback>false</HasBuyerPlaceFeedback>
      <OfferId>123</OfferId>
      <InvoiceId>123</InvoiceId>
      <Buyer />
      <DeliveryAddress>
        <Name>ABC</Name>
        <Address1>ABC</Address1>
        <Address2>ABC</Address2>
        <Suburb>ABC</Suburb>
        <City>ABC</City>
        <Postcode>ABC</Postcode>
        <Country>ABC</Country>
        <PhoneNumber>ABC</PhoneNumber>
      </DeliveryAddress>
      <QuantitySold>123</QuantitySold>
      <PurchaseId>123</PurchaseId>
      <ReferenceNumber>ABC</ReferenceNumber>
      <Price>123.0</Price>
      <SubtotalPrice>123.0</SubtotalPrice>
      <TotalShippingPrice>123.0</TotalShippingPrice>
      <TotalSalePrice>123.0</TotalSalePrice>
      <OrderId>123</OrderId>
      <PaymentMethod>None</PaymentMethod>
      <PaymentDetails>
        <IsPaymentPending>false</IsPaymentPending>
        <PaymentType>None</PaymentType>
        <PaymentAmount>123.0</PaymentAmount>
        <PaymentMethodFee>123.0</PaymentMethodFee>
        <RefundCollection>
          <RefundDetails>
            <Amount>123.0</Amount>
            <Destination>ABC</Destination>
            <Date>2018-01-01T00:00:00Z</Date>
          </RefundDetails>
          <RefundDetails>
            <Amount>123.0</Amount>
            <Destination>ABC</Destination>
            <Date>2018-01-01T00:00:00Z</Date>
          </RefundDetails>
        </RefundCollection>
        <GstCollected>123.0</GstCollected>
        <PingEscrowStatus>None</PingEscrowStatus>
      </PaymentDetails>
      <TrackedParcels>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
        </TrackedParcel>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
        </TrackedParcel>
      </TrackedParcels>
      <TaxSubTotals>
        <TaxSubTotal>
          <Type>NZ_GST_Overseas_Supplies</Type>
          <Country>ABC</Country>
          <Name>ABC</Name>
          <SubTotal>123.0</SubTotal>
          <FlatRate>123.0</FlatRate>
        </TaxSubTotal>
        <TaxSubTotal>
          <Type>NZ_GST_Overseas_Supplies</Type>
          <Country>ABC</Country>
          <Name>ABC</Name>
          <SubTotal>123.0</SubTotal>
          <FlatRate>123.0</FlatRate>
        </TaxSubTotal>
      </TaxSubTotals>
    </SoldItem>
  </List>
</SoldItems>

Example JSON Response (switch to XML)

{
  "TotalCount": 123,
  "Page": 123,
  "PageSize": 123,
  "List": [
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "ListingLength": "ABC",
      "Restrictions": "ABC",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "HasExtraPhotos": false,
      "HasScheduledEndDate": false,
      "BidderAndWatchers": 123,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "PhotoId": 123,
      "BidCount": 123,
      "ViewCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "Note": "ABC",
      "NoteId": 123,
      "NoteDate": "\/Date(1514764800)\/",
      "CategoryName": "ABC",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC"
        }
      ],
      "IsClassified": false,
      "RelistedItemId": 123,
      "Subtitle": "ABC",
      "ReservePrice": 123.0,
      "IsBuyNowOnly": false,
      "IsFlatShippingCharge": false,
      "RemainingGalleryPlusRelists": 123,
      "ExternalReferenceId": "ABC",
      "SKU": "ABC",
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Options": [
        {
        },
        {
        }
      ],
      "ListingGroupId": 123,
      "Status": 123,
      "StatusDate": "\/Date(1514764800)\/",
      "SoldDate": "\/Date(1514764800)\/",
      "SoldType": "ABC",
      "SalePrice": 123.0,
      "SelectedShipping": "ABC",
      "BuyerDeliveryAddress": "ABC",
      "MessageFromBuyer": "ABC",
      "SuccessFees": 123.0,
      "IsPayNowPurchase": false,
      "IsPaymentPending": false,
      "PayNowRefundValue": 123.0,
      "ShippingPrice": 123.0,
      "ShippingType": 0,
      "HasSellerPlaceFeedback": false,
      "HasBuyerPlaceFeedback": false,
      "OfferId": 123,
      "InvoiceId": 123,
      "Buyer": {
      },
      "DeliveryAddress": {
        "Name": "ABC",
        "Address1": "ABC",
        "Address2": "ABC",
        "Suburb": "ABC",
        "City": "ABC",
        "Postcode": "ABC",
        "Country": "ABC",
        "PhoneNumber": "ABC"
      },
      "QuantitySold": 123,
      "PurchaseId": 123,
      "ReferenceNumber": "ABC",
      "Price": 123.0,
      "SubtotalPrice": 123.0,
      "TotalShippingPrice": 123.0,
      "TotalSalePrice": 123.0,
      "OrderId": 123,
      "PaymentMethod": 0,
      "PaymentDetails": {
        "IsPaymentPending": false,
        "PaymentType": 0,
        "PaymentAmount": 123.0,
        "PaymentMethodFee": 123.0,
        "RefundCollection": [
          {
            "Amount": 123.0,
            "Destination": "ABC",
            "Date": "\/Date(1514764800)\/"
          },
          {
            "Amount": 123.0,
            "Destination": "ABC",
            "Date": "\/Date(1514764800)\/"
          }
        ],
        "GstCollected": 123.0,
        "PingEscrowStatus": 0
      },
      "TrackedParcels": [
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0
        },
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0
        }
      ],
      "TaxSubTotals": [
        {
          "Type": 1,
          "Country": "ABC",
          "Name": "ABC",
          "SubTotal": 123.0,
          "FlatRate": 123.0
        },
        {
          "Type": 1,
          "Country": "ABC",
          "Name": "ABC",
          "SubTotal": 123.0,
          "FlatRate": 123.0
        }
      ]
    },
    {
      "ListingId": 123,
      "Title": "ABC",
      "Category": "ABC",
      "StartPrice": 123.0,
      "BuyNowPrice": 123.0,
      "StartDate": "\/Date(1514764800)\/",
      "EndDate": "\/Date(1514764800)\/",
      "ListingLength": "ABC",
      "Restrictions": "ABC",
      "IsFeatured": false,
      "HasGallery": false,
      "IsBold": false,
      "IsHighlighted": false,
      "HasHomePageFeature": false,
      "HasExtraPhotos": false,
      "HasScheduledEndDate": false,
      "BidderAndWatchers": 123,
      "MaxBidAmount": 123.0,
      "AsAt": "\/Date(1514764800)\/",
      "CategoryPath": "ABC",
      "PictureHref": "ABC",
      "PhotoId": 123,
      "BidCount": 123,
      "ViewCount": 123,
      "IsReserveMet": false,
      "HasReserve": false,
      "HasBuyNow": false,
      "Note": "ABC",
      "NoteId": 123,
      "NoteDate": "\/Date(1514764800)\/",
      "CategoryName": "ABC",
      "ReserveState": 0,
      "Attributes": [
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC"
        },
        {
          "Name": "ABC",
          "DisplayName": "ABC",
          "Value": "ABC"
        }
      ],
      "IsClassified": false,
      "RelistedItemId": 123,
      "Subtitle": "ABC",
      "ReservePrice": 123.0,
      "IsBuyNowOnly": false,
      "IsFlatShippingCharge": false,
      "RemainingGalleryPlusRelists": 123,
      "ExternalReferenceId": "ABC",
      "SKU": "ABC",
      "IsClearance": false,
      "WasPrice": 123.0,
      "PercentageOff": 123,
      "Options": [
        {
        },
        {
        }
      ],
      "ListingGroupId": 123,
      "Status": 123,
      "StatusDate": "\/Date(1514764800)\/",
      "SoldDate": "\/Date(1514764800)\/",
      "SoldType": "ABC",
      "SalePrice": 123.0,
      "SelectedShipping": "ABC",
      "BuyerDeliveryAddress": "ABC",
      "MessageFromBuyer": "ABC",
      "SuccessFees": 123.0,
      "IsPayNowPurchase": false,
      "IsPaymentPending": false,
      "PayNowRefundValue": 123.0,
      "ShippingPrice": 123.0,
      "ShippingType": 0,
      "HasSellerPlaceFeedback": false,
      "HasBuyerPlaceFeedback": false,
      "OfferId": 123,
      "InvoiceId": 123,
      "Buyer": {
      },
      "DeliveryAddress": {
        "Name": "ABC",
        "Address1": "ABC",
        "Address2": "ABC",
        "Suburb": "ABC",
        "City": "ABC",
        "Postcode": "ABC",
        "Country": "ABC",
        "PhoneNumber": "ABC"
      },
      "QuantitySold": 123,
      "PurchaseId": 123,
      "ReferenceNumber": "ABC",
      "Price": 123.0,
      "SubtotalPrice": 123.0,
      "TotalShippingPrice": 123.0,
      "TotalSalePrice": 123.0,
      "OrderId": 123,
      "PaymentMethod": 0,
      "PaymentDetails": {
        "IsPaymentPending": false,
        "PaymentType": 0,
        "PaymentAmount": 123.0,
        "PaymentMethodFee": 123.0,
        "RefundCollection": [
          {
            "Amount": 123.0,
            "Destination": "ABC",
            "Date": "\/Date(1514764800)\/"
          },
          {
            "Amount": 123.0,
            "Destination": "ABC",
            "Date": "\/Date(1514764800)\/"
          }
        ],
        "GstCollected": 123.0,
        "PingEscrowStatus": 0
      },
      "TrackedParcels": [
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0
        },
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0
        }
      ],
      "TaxSubTotals": [
        {
          "Type": 1,
          "Country": "ABC",
          "Name": "ABC",
          "SubTotal": 123.0,
          "FlatRate": 123.0
        },
        {
          "Type": 1,
          "Country": "ABC",
          "Name": "ABC",
          "SubTotal": 123.0,
          "FlatRate": 123.0
        }
      ]
    }
  ]
}