05-19-2024 06:38 AM - edited 05-19-2024 06:43 AM
I am calling "CompleteSale" using the sandbox endpoints.
Using a sandbox order transactionID I get errors of an invalid OrderID/ItemID/TransactionID
Regardless of if I add an orderID or TransactionID I still get the same error on return, yet the values I am inputting are 100% correct as the Transaction IDs are directly from the GetSellerTransactions call.
This is my body, this is on the eBay API explorer. I have encountered this issue on a few different calls where the error its returning is an optional input.
<FeedbackInfo>
<CommentText>Wonderful buyer, very fast payment.</CommentText>
<CommentType>Positive</CommentType>
<TargetUser>bountifulbuyer</TargetUser>
</FeedbackInfo>
<Paid>true</Paid>
<Shipment>
<Notes>Shipped USPS Media</Notes>
</Shipment>
<Shipped>true</Shipped>
<TransactionID>29063611001</TransactionID>
</CompleteSaleRequest>