PayPal Website Payments Standard - 2012 - Button Manager API (SOAP) Podręcznik Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 78
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
Using the Button Manager API With SOAP
Tracking Inventory for a Button Using SOAP
2
18 April 2012 Button Manager SOAP API
<buyNowText>
<__value__>
<m__value>BUYNOW</m__value>
</__value__>
</buyNowText>
<subscribeText>
<__value__>
<m__value>SUBSCRIBE</m__value>
</__value__>
</subscribeText>
<buttonCountry>
<__value__>
<m__value>US</m__value>
</__value__>
</buttonCountry>
<buttonLanguage></buttonLanguage>
</com.paypal.soap.api.BMCreateButtonRequestType>
Tracking Inventory for a Button Using SOAP
The example shows the SOAP parameters that enable tracking of inventory and profit and loss
for a button.
<com.paypal.soap.api.BMSetInventoryRequestType>
<hostedButtonID>41</hostedButtonID>
<trackInv>1</trackInv>
<trackPnl>1</trackPnl>
<itemTrackingDetails>
<itemNumber>234234</itemNumber>
<itemQty>10</itemQty>
<itemAlert>2</itemAlert>
<itemCost>4</itemCost>
</itemTrackingDetails>
<soldoutURL>http://www.YourSoldOutLandingPage.html</soldoutURL>
</com.paypal.soap.api.BMSetInventoryRequestType>
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 77 78

Komentarze do niniejszej Instrukcji

Brak uwag