https://open.api.ebay.com/shopping?callname=GetMultipleItems
&responseencoding=XML
&appid=***APPID***
&siteid=0
&version=967
&ItemID=***568896546,***676123094,***683906684
&IncludeSelector=ItemSpecifics
Only returns the values: Model,Type,MPN,Brand, and California Prop 65 Warning
Whereas the listings contain: Model,Brand,Type,MPN and UPC.
What is the associated API call that could give me the ItemSpecifics that include UPC, when it is included in the listings?
,
https://open.api.ebay.com/shopping?callname=GetMultipleItems&responseencoding=XML
&appid=**eBayAppID**
&ItemID=***568896546,***676123094,***683906684
&IncludeSelector=ItemSpecifics
Results only include Model,Type,MPN,Brand, and California Prop 65 Warning.
Listings show: Model,Brand,Type,MPN and UPC
What API call or how would one get the UPC for these listings?