| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Reviewed: no -->
- <sect1 id="zend.service.ebay">
- <title>Zend_Service_Ebay</title>
- <sect2 id="zend.service.ebay.introduction">
- <title>Introduction</title>
- <para>
- <classname>Zend_Service_Ebay</classname> is a simple group of
- <acronym>API</acronym>s for using eBay web services.
- </para>
- <para>
- <classname>Zend_Service_Ebay</classname> implements the
- <ulink url="http://developer.ebay.com/support/docs/">eBay APIs</ulink>:
- <itemizedlist>
- <listitem>
- <para>
- <ulink url="http://developer.ebay.com/DevZone/finding/CallRef/index.html">Finding</ulink>.
- </para>
- </listitem>
- </itemizedlist>
- </para>
- <para>
- In order to use <classname>Zend_Service_Ebay</classname>, you should
- already have an eBay Application ID. To get a key and for more
- information, please visit the
- <ulink url="https://developer.ebay.com/Join/default.aspx">eBay Developers Program</ulink>
- web site.
- </para>
- <note>
- <title>Attention</title>
- <para>
- Your Application ID is linked to your eBay identity, so take
- appropriate measures to keep them private.
- </para>
- </note>
- </sect2>
- </sect1>
|