eBay API, get globalID from numerical Site ID
问题 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