01-22-2025 09:50 PM
I am encountering with the PlaceOffer API in the sandbox environment. Despite following the documented steps and verifying all prerequisites, I keep receiving the error "Item not found" (Error Code 231) in my PlaceOffer requests.
Below is a detailed summary of what I have tried so far:
Creating a Listing
Verifying the Listing
Setting Up the Buyer Account
PlaceOffer API Request
 apis:eBLBaseComponents"> <soapenv:Header> <urn:RequesterCredentials> <urn:eBayAuthToken>{{buyer_token}}</urn:eBayAuthToken> </urn:RequesterCredentials> </soapenv:Header> <soapenv:Body> <urn:PlaceOfferRequest> <urn:Version>1193</urn:Version> <urn:Offer> <urn:Action>Purchase</urn:Action> <urn:Quantity>1</urn:Quantity> <urn:MaxBid currencyID="USD">1.5</urn:MaxBid> </urn:Offer> <urn:ItemID>110565925963</urn:ItemID> <urn:EndUserIP>192.168.1.1</urn:EndUserIP> </urn:PlaceOfferRequest> </soapenv:Body> </soapenv:Envelope>
apis:eBLBaseComponents"> <soapenv:Header> <urn:RequesterCredentials> <urn:eBayAuthToken>{{buyer_token}}</urn:eBayAuthToken> </urn:RequesterCredentials> </soapenv:Header> <soapenv:Body> <urn:PlaceOfferRequest> <urn:Version>1193</urn:Version> <urn:Offer> <urn:Action>Purchase</urn:Action> <urn:Quantity>1</urn:Quantity> <urn:MaxBid currencyID="USD">1.5</urn:MaxBid> </urn:Offer> <urn:ItemID>110565925963</urn:ItemID> <urn:EndUserIP>192.168.1.1</urn:EndUserIP> </urn:PlaceOfferRequest> </soapenv:Body> </soapenv:Envelope>Environment Details
Despite successfully creating and verifying the listing, and confirming that the buyer account is active, the PlaceOffer API call consistently fails with the "Item not found" error. I have thought this could be some temporarily glitch, but its been more than a week and still the same. Additionally, the sandbox environment does not allow me to configure the buyer account with a payment method or shipping address, which could be contributing to the issue.
I have also tried ebay's internal api test tool, Place Offer gets the exact same error message in that tool too, which makes me thing that my request structure is actually not the issue here. 
Can someone please shed some light? Thanks in advance.
