01-11-2024 11:01 PM
Hello,
We are an integrator company from Turkey and we are making a software for Ebay Seller applications. I am trying to do tests on Sandbox but I need fake order and test products to test Products and Orders. Is there anyone who knows how I can create them on Sandbox?
I have a sandbox user for my test but when I try to list an item from this link URL: https://sandbox.ebay.com/itm/ENTER_ItemID_HERE and get an error message
This listing (ENTER_ItemID_HERE) has been removed, or this item is not available.
Please check that you've entered the correct item number
Listings that have ended 90 or more days ago will not be available for viewing.
Can someone help me how can I create a fake item and order it for testing?
Regards,
01-15-2024 02:40 PM
Hi @brand_loop
You can use the sandbox to manage the listings and orders. Please see the details below:
1- For creating an item you can use Trading API or Inventory API. Please see the API below:
Inventory API flow to list and manage the items guide.
Trading API flow to list and manage the items guide.
2. After successfully listing the item, you will get the ItemID/listingId for the listing. In the below URL, replace the ENTER_ItemID_HERE with the ItemID/listingId
Item View Page URL: https://sandbox.ebay.com/itm/ENTER_ItemID_HERE
3-As a buyer, click on Buy It Now and then Commit to Buy and proceed to checkout.
4. Use the Order Management calls like GetItemTransactions to fetch the transaction/order details for the item.