Buyer

Gets the authenticated buyer's transactions, matched on their creation date.

get/v4/buyer/transactions

Query parameters

minTransactionDatestring date-time

Only return transactions created on or after this date. Defaults to 60 days back when omitted.

maxTransactionDatestring date-time

Only return transactions created on or before this date. Unbounded when omitted.

Response

OK

idinteger
datestring date-time
amountinteger
lastUpdatedDatestring date-time
isMarkedAsPaidConfirmedboolean
isMarkedAsShippedboolean
isShippingBookedboolean
isFeedbackLeftBySellerboolean
isFeedbackLeftByBuyerboolean
buyerUser
sellerUser
isMarkedAsPaidboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.