eBay :: API

EBAY :: API is een PERL SDK voor Ebay Web Services-interface.
Download nu

eBay :: API Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • Perl Artistic License
  • Prijs:
  • FREE
  • Naam uitgever:
  • eBay::API team
  • Uitgever website:
  • http://search.cpan.org/~ebay/eBay-API-0.22/lib/eBay/API.pm

eBay :: API Tags


eBay :: API Beschrijving

Ebay :: API is een PERL SDK voor Ebay Web Services-interface. eBay :: API is een PERL SDK voor ebay webservices interface.synopsis # 1. GetebayofficialTime Gebruik Ebay :: API :: XML :: Call :: GetebayofficialTime; Mijn $ PCALL = eBay :: API :: XML :: Oproep :: GetebayofficialTime-> NIEUW (); $ PCALL-> EXECUTE (); Mijn $ SofficialTime = $ PCALL-> Getebayofficialtime (); # 2. GETUSER GEBRUIK EBAY :: API :: XML :: CALL :: GETUSER; Gebruik eBay :: API :: XML :: DataType :: Enum :: DetailleVelcodetype; Mijn $ PCALL = eBay :: API :: XML :: CALL :: GETUSER-> NIEUW (); $ PCALL-> SETDETAILLEVEL (); $ PCALL-> SETUSERID ('UserID'); $ PCALL-> EXECUTE (); mijn $ puser = $ PCALL-> GETUSER (); mijn $ sstatuscode = $ puser-> getstatus (); Mijn $ SSITECODE = $ PUSER-> GRITITE (); # 3. Verifyadditem Gebruik Ebay :: API :: XML :: Oproep :: verifyadditem; Gebruik eBay :: API :: XML :: DataType :: Itemtype; Gebruik eBay :: API :: XML :: DataType :: CategorieType; Gebruik eBay :: API :: XML :: DataType :: ENUM :: CountryCodetype; Gebruik eBay :: API :: XML :: DataType :: Enum :: ValutaCodetype; Gebruik eBay :: API :: XML :: DataType :: ENUM :: LUISTINGTYPECODETYPE; Gebruik eBay :: API :: XML :: DataType :: Enum :: BuyerPaymentMethodcodetype; Mijn $ PITEM = EBAY :: API :: XML :: DataType :: Itemtype-> Nieuw (); $ PITEM-> SetCountry (eBay :: API :: XML :: DataType :: Enum :: CountryCodetype :: VS); $ PITEM-> SETCURRIE (EBAY :: API :: XML :: DataType :: Enum :: ValutaCodetype :: USD); $ PITEM-> SetDescription ('Item Beschrijving'); $ PITEM-> SETLISTINGDURATIE (EBAY :: API :: XML :: Datatype :: ENUM :: LUSTINGTYPECODETYPEE :: DAGEN_1); $ PITEM-> SETLOCATIE ('SAN JOSE, CA'); $ PITEM-> SETPAYMATTIEMETHODS (EBAY :: API :: XML :: Datatype :: ENUM :: KoperPaymentMethodCodetype :: PaymentsedesCription); $ pitem-> instellen (1); $ pitem-> getstartprice () -> SetValue (1.0); $ PITEM-> SETITLE ('ITEM TITEL'); Mijn $ PCAT = eBay :: API :: XML :: DataType :: Categorie Type-> Nieuw (); $ PCAT-> SETCATEGORYID (357); $ PITEM-> SETPRIMAIRECATEGORY ($ PCAT); mijn $ PCALL = eBay :: API :: XML :: Call :: VerifyAddItem-> new (); $ PCall-> setItem ($ pItem); $ PCall-> execute (); $ SItemId = $ pCall-> getItemID () -> getValue (); Vereisten: · Perl


eBay :: API Gerelateerde software