davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

Add GalleryURL property to PictureDetailsType in the Trading API #115

Closed davidtsadler closed 7 years ago

davidtsadler commented 7 years ago

Even though the documentation says that GalleryURL is not a member of PictureDetailsType it is been returned in the API for various calls. E.g GetItem and GetMyeBaySelling.

davidtsadler commented 7 years ago

Will address issue in 113