Retrieves a list of purchases for the authenticated user. Multiple-quantity auctions can be purchased multiple times.
A list of items the authenticated user has purchased.
{
"TotalCount": 123,
"Page": 123,
"PageSize": 123,
"List": [
{
"ListingId": 123,
"Title": "ABC",
"Category": "ABC",
"StartPrice": 123.0,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"AsAt": "\/Date(1514764800)\/",
"CategoryPath": "ABC",
"PictureHref": "ABC",
"PhotoId": 123,
"Seller": {
"MemberId": 123,
"Nickname": "ABC",
"DateAddressVerified": "\/Date(1514764800)\/",
"DateJoined": "\/Date(1514764800)\/",
"Email": "ABC",
"UniqueNegative": 123,
"UniquePositive": 123,
"FeedbackCount": 123,
"IsAddressVerified": false,
"IsDealer": false
},
"HasPayNow": false,
"IsNew": false,
"BidCount": 123,
"IsReserveMet": false,
"HasReserve": false,
"HasBuyNow": false,
"Note": "ABC",
"NoteId": 123,
"NoteDate": "\/Date(1514764800)\/",
"CategoryName": "ABC",
"ReserveState": 0,
"IsClassified": false,
"RelistedItemId": 123,
"Subtitle": "ABC",
"IsBuyNowOnly": false,
"Quantity": 123,
"IsFlatShippingCharge": false,
"RemainingGalleryPlusRelists": 123,
"IsClearance": false,
"WasPrice": 123.0,
"PercentageOff": 123,
"Options": [
{
},
{
}
],
"ListingGroupId": 123,
"HasPing": false,
"StatusDate": "\/Date(1514764800)\/",
"AuctionAttribute": "ABC",
"BuyerFeedbackPlaced": 123,
"SellerFeedbackPlaced": 123,
"DeliveryId": 123,
"FpoDecisionViaMobile": false,
"HasPaidByCreditCard": false,
"InvoiceId": 123,
"OfferId": 123,
"PaymentInfo": "ABC",
"Price": 123.0,
"SelectedShipping": "ABC",
"ShippingPrice": 123.0,
"ShippingType": 0,
"SoldDate": "\/Date(1514764800)\/",
"SoldType": "ABC",
"PaymentInstructions": "ABC",
"PurchaseId": 123,
"ReferenceNumber": "ABC",
"SubtotalPrice": 123.0,
"TotalShippingPrice": 123.0,
"TotalSalePrice": 123.0,
"CreditCardLastFourDigits": "ABC",
"OrderId": 123,
"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)\/"
}
],
"TaxSubTotal": 123.0,
"HasPaidByDeferredPayment": false
},
{
"ListingId": 123,
"Title": "ABC",
"Category": "ABC",
"StartPrice": 123.0,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"AsAt": "\/Date(1514764800)\/",
"CategoryPath": "ABC",
"PictureHref": "ABC",
"PhotoId": 123,
"Seller": {
"MemberId": 123,
"Nickname": "ABC",
"DateAddressVerified": "\/Date(1514764800)\/",
"DateJoined": "\/Date(1514764800)\/",
"Email": "ABC",
"UniqueNegative": 123,
"UniquePositive": 123,
"FeedbackCount": 123,
"IsAddressVerified": false,
"IsDealer": false
},
"HasPayNow": false,
"IsNew": false,
"BidCount": 123,
"IsReserveMet": false,
"HasReserve": false,
"HasBuyNow": false,
"Note": "ABC",
"NoteId": 123,
"NoteDate": "\/Date(1514764800)\/",
"CategoryName": "ABC",
"ReserveState": 0,
"IsClassified": false,
"RelistedItemId": 123,
"Subtitle": "ABC",
"IsBuyNowOnly": false,
"Quantity": 123,
"IsFlatShippingCharge": false,
"RemainingGalleryPlusRelists": 123,
"IsClearance": false,
"WasPrice": 123.0,
"PercentageOff": 123,
"Options": [
{
},
{
}
],
"ListingGroupId": 123,
"HasPing": false,
"StatusDate": "\/Date(1514764800)\/",
"AuctionAttribute": "ABC",
"BuyerFeedbackPlaced": 123,
"SellerFeedbackPlaced": 123,
"DeliveryId": 123,
"FpoDecisionViaMobile": false,
"HasPaidByCreditCard": false,
"InvoiceId": 123,
"OfferId": 123,
"PaymentInfo": "ABC",
"Price": 123.0,
"SelectedShipping": "ABC",
"ShippingPrice": 123.0,
"ShippingType": 0,
"SoldDate": "\/Date(1514764800)\/",
"SoldType": "ABC",
"PaymentInstructions": "ABC",
"PurchaseId": 123,
"ReferenceNumber": "ABC",
"SubtotalPrice": 123.0,
"TotalShippingPrice": 123.0,
"TotalSalePrice": 123.0,
"CreditCardLastFourDigits": "ABC",
"OrderId": 123,
"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)\/"
}
],
"TaxSubTotal": 123.0,
"HasPaidByDeferredPayment": false
}
]
}