ebay-sdk

How to fetch Items By SKU on ebay using Sell API [REST]?

五迷三道 提交于 2021-02-08 11:47:18
问题 I have created the Sell Application using Sell API. I have fetched the Orders List using Postman. But when I try to fetch the items using SKU BY using this API call https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/getInventoryItem .its giving me 500 [Internal Server error] .& Also when i try to get inventory items using this API call: https://api.ebay.com/sell/inventory/v1/inventory_item? for getting inventory. It also gives me 500 [ internal server error ].

eBay API, get globalID from numerical Site ID

↘锁芯ラ 提交于 2020-01-06 06:46:55
问题 As the title says, I have the numerical Site ID, I need a way to get the corresponding GlobalId. I know there are tables with matches https://developer.ebay.com/DevZone/merchandising/docs/CallRef/Enums/GlobalIdList.html https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html but I need a programmatic way to do it. 回答1: Your three options: Hash Map implementation import java.util.HashMap; public class Mappings{ public static void main(String []args){ HashMap myMap

eBay API, get globalID from numerical Site ID

落爺英雄遲暮 提交于 2020-01-06 06:46:07
问题 As the title says, I have the numerical Site ID, I need a way to get the corresponding GlobalId. I know there are tables with matches https://developer.ebay.com/DevZone/merchandising/docs/CallRef/Enums/GlobalIdList.html https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html but I need a programmatic way to do it. 回答1: Your three options: Hash Map implementation import java.util.HashMap; public class Mappings{ public static void main(String []args){ HashMap myMap

eBay Trading API getOrders: check if order is marked as shipped

大兔子大兔子 提交于 2019-12-11 07:26:47
问题 I want to get all orders from my ebay seller account. Using the GetOrders call works fine. All of my orders are marked as ACTIVE or COMPLETE depending on the status of the order. But when I mark them as shipped (through API or on the website) the orders stay ACTIVE or COMPLETE after re-crawling. I expected the order status' to be SHIPPED . I use the eBay Java SDK Version 797 every API call returns "Success" How do I figure out if an order is marked as shipped? Does this depend on the country?

Unhandled Exception running eBay C# SDK on Mono

自闭症网瘾萝莉.ら 提交于 2019-12-10 21:54:50
问题 I downloaded the eBay SDK for use in an internal application we are developing. The catch is we are developing on Mono. When I run the eBay Hello World sample on .NET, it displays the following output: +++++++++++++++++++++++++++++++++++++++ + Welcome to eBay SDK for .Net Sample + + - HelloWorld + +++++++++++++++++++++++++++++++++++++++ Begin to call eBay API, please wait ... End to call eBay API, show call result: eBay official Time: 11/27/2013 3:02:19 PM When I run it with Mono, I get the