Skip to content

steverhoades/ebay-api-sdk-php

 
 

Repository files navigation

EBAY-API-SDK-PHP

Instructions

npm install
brew install saxon
make wsdls -f Makefile
make build -f Makefile

Important notes:

PostOrder.wsdl contains 2 of the following which produces an error. The duplicate needs to be removed.

      <xs:complexType name="ErrorParameter">
        <xs:sequence>
          <xs:element name="name" type="xs:string"/>
          <xs:element name="value" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.0%
  • XSLT 19.2%
  • Makefile 7.9%
  • JavaScript 6.9%