Ebay trading API - Where's the postage? -
I have been using eBay Trading API to retrieve a user's inventory. While
Use I Granuliti = properly GetSellerList (), so I would like to reiterate through ItemTypeCollection for each item type.
Products have £ 7.50 postage, but this item is nowhere in the type?
How to find / find any ideas?
Well I found wrong with it from the bottom:
myItemTypeCollection [ x] .ShippingDetails.ShippingServiceOptions [x] .ShippingServiceCost.Value
please nuts and how to bolt receiving seller lists from eBay:
after you should mail address below called GetSellerList, I only target RoyalMail shipping service, but if you observe the object you will see other options:
// eBay item type Choose from List item list = apiGetSellerList.GetSellerList (); // itemtype oItem in the loop each item foreach (itemLists through itemTypeCollection) {foreach (oItem.ShippingDetails.ShippingServiceOptions in ShippingServiceOptionsType shipType) {//// switch loop through the various shipping options (shipType.ShippingService) {case "UK_RoyalMailSecondClassStandard To get ": // If this is standard post then add this addProduct. Delivery standard = (decimal) shipType.ShippingServiceCost.Value; break; Default: Break; }}}
Comments
Post a Comment