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 Thumbnail
List List
Medium Medium
Gallery Gallery
Large Large
FullSize FullSize
JobSearchCard JobSearchCard
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 TotalCount
Page Integer Page
PageSize Integer PageSize
List Collection of <SoldItem> or null InnerList
ListingId Integer ListingId
Title String or null Title
Category String or null Category
StartPrice Number StartPrice
BuyNowPrice Number BuyNowPrice
StartDate DateTime StartDate
EndDate DateTime EndDate
ListingLength String or null ListingLength
Restrictions String or null Restrictions
IsFeatured Boolean IsFeatured
HasGallery Boolean HasGallery
IsBold Boolean IsBold
IsHighlighted Boolean IsHighlighted
HasHomePageFeature Boolean HasHomePageFeature
HasExtraPhotos Boolean HasExtraPhotos
HasScheduledEndDate Boolean HasScheduledEndDate
BidderAndWatchers Integer BidderAndWatchers
MaxBidAmount Number MaxBidAmount
AsAt DateTime AsAt
CategoryPath String or null CategoryPath
PictureHref String or null PictureHref
PhotoId Integer PhotoId
BidCount Integer BidCount
ViewCount Integer ViewCount
IsReserveMet Boolean IsReserveMet
HasReserve Boolean HasReserve
HasBuyNow Boolean HasBuyNow
Note String or null Note
NoteId Integer NoteId
NoteDate DateTime NoteDate
CategoryName String or null CategoryName
ReserveState Enumeration ReserveState
None 0 None
Met 1 Met
NotMet 2 NotMet
NotApplicable 3 NotApplicable
Attributes Collection of <Attribute> or null Attributes
Name String or null Name
DisplayName String or null DisplayName
Value String or null Value
IsClassified Boolean IsClassified
RelistedItemId Integer RelistedItemId
Subtitle String or null Subtitle
ReservePrice Number OwnerReservePrice
IsBuyNowOnly Boolean IsBuyNowOnly
IsFlatShippingCharge Boolean IsFlatShippingCharge
RemainingGalleryPlusRelists Integer or null RemainingGalleryPlusRelists
ExternalReferenceId String or null ExternalReferenceId
SKU String or null SKU
IsClearance Boolean IsClearance
WasPrice Number or null WasPrice
PercentageOff Integer or null PercentageOff
Options Collection of <Option> or null Options
(This type has already been defined)
ListingGroupId Integer or null ListingGroupId
Status Integer Status
StatusDate DateTime StatusDate
SoldDate DateTime SoldDate
SoldType String or null SoldType
SalePrice Number SalePrice
SelectedShipping String or null SelectedShipping
BuyerDeliveryAddress String or null BuyerDeliveryAddress
MessageFromBuyer String or null MessageFromBuyer
SuccessFees Number SuccessFees
IsPayNowPurchase Boolean IsPayNowPurchase
IsPaymentPending Boolean IsPaymentPending
PayNowRefundValue Number PayNowRefundValue
ShippingPrice Number ShippingPrice
ShippingType Enumeration ShippingType
None 0 None
Unknown 0 Unknown
Undecided 1 Undecided
Pickup 2 Pickup
Free 3 Free
Custom 4 Custom
TradeMe 5 TradeMe
HasSellerPlaceFeedback Boolean HasSellerPlaceFeedback
HasBuyerPlaceFeedback Boolean HasBuyerPlaceFeedback
OfferId Integer OfferId
InvoiceId Integer InvoiceId
Buyer <Member> or null Buyer
(This type has already been defined)
DeliveryAddress <Address> or null DeliveryAddress
Name String or null Name
Address1 String or null Address1
Address2 String or null Address2
Suburb String or null Suburb
City String or null City
Postcode String or null Postcode
Country String or null Country
PhoneNumber String or null PhoneNumber
QuantitySold Integer QuantitySold
PurchaseId Integer PurchaseId
ReferenceNumber String or null ReferenceNumber
Price Number Price
SubtotalPrice Number SubtotalPrice
TotalShippingPrice Number TotalShippingPrice
TotalSalePrice Number TotalSalePrice
OrderId Integer or null OrderId
PaymentMethod Enumeration PaymentMethod
None 0 None
BankDeposit 1 NZ Bank Deposit
CreditCard 2 Credit Card
Cash 4 Cash
SafeTrader 8 SafeTrader
Other 16 Other
Ping 32 Ping
Afterpay 64 Afterpay
PaymentDetails <PaymentDetails> or null PaymentDetails
IsPaymentPending Boolean IsPaymentPending
PaymentType Enumeration PaymentType
None 0 None
BankDeposit 1 NZ Bank Deposit
CreditCard 2 Credit Card
Cash 4 Cash
SafeTrader 8 SafeTrader
Other 16 Other
Ping 32 Ping
Afterpay 64 Afterpay
PaymentAmount Number PaymentAmount
PaymentMethodFee Number PaymentMethodFee
RefundCollection Collection of <RefundDetails> or null RefundCollection
Amount Number Amount
Destination String or null Destination
Date DateTime or null Date
GstCollected Number GstCollected
PingEscrowStatus Enumeration or null PingEscrowStatus
None 0 None
ActiveEscrow 1 ActiveEscrow
ReleasedFromEscrow 2 ReleasedFromEscrow
ReversedFromEscrow 3 ReversedFromEscrow
TrackedParcels Collection of <TrackedParcel> or null TrackedParcels
CourierParcelId Integer CourierParcelId
CourierCompanyName String or null CourierCompanyName
TrackingReference String or null TrackingReference
TrackingUrl String or null TrackingUrl
Status Enumeration or null Status
Unknown 0 Unknown
PickedUp 1 PickedUp
InTransit 2 InTransit
InternationalTransit 3 InternationalTransit
Info 4 Info
OnBoardForDelivery 5 OnBoardForDelivery
Delivered 6 Delivered
CustomsReleased 8 CustomsReleased
Failed 9 Failed
Exception 10 Exception
DateAdded DateTime or null DateAdded
TaxSubTotals Collection of <TaxSubTotal> or null TaxSubTotals
Type Enumeration Type
NZ_GST_Overseas_Supplies 1 NZ_GST_Overseas_Supplies
Country String or null Country
Name String or null Name
SubTotal Number SubTotal
FlatRate Number FlatRate

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>
          <DateAdded>2018-01-01T00:00:00Z</DateAdded>
        </TrackedParcel>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
          <DateAdded>2018-01-01T00:00:00Z</DateAdded>
        </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>
          <DateAdded>2018-01-01T00:00:00Z</DateAdded>
        </TrackedParcel>
        <TrackedParcel>
          <CourierParcelId>123</CourierParcelId>
          <CourierCompanyName>ABC</CourierCompanyName>
          <TrackingReference>ABC</TrackingReference>
          <TrackingUrl>ABC</TrackingUrl>
          <Status>Unknown</Status>
          <DateAdded>2018-01-01T00:00:00Z</DateAdded>
        </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,
          "DateAdded": "\/Date(1514764800)\/"
        },
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0,
          "DateAdded": "\/Date(1514764800)\/"
        }
      ],
      "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,
          "DateAdded": "\/Date(1514764800)\/"
        },
        {
          "CourierParcelId": 123,
          "CourierCompanyName": "ABC",
          "TrackingReference": "ABC",
          "TrackingUrl": "ABC",
          "Status": 0,
          "DateAdded": "\/Date(1514764800)\/"
        }
      ],
      "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
        }
      ]
    }
  ]
}