Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Example of how to manipulate DetailLevel to get Item pictures #37

Closed
thiagomarini opened this issue May 5, 2017 · 1 comment
Closed

Comments

@thiagomarini
Copy link

thiagomarini commented May 5, 2017

Hi there!

It would be great if you could add an example of how to include items pictures when listing my Ebay selling.

https://github.com/davidtsadler/ebay-sdk-examples/blob/master/trading/11-get-my-ebay-selling.php

Thanks

@davidtsadler
Copy link
Owner

DetailLevel can be specified as follows.

$request->DetailLevel = ['ReturnAll', 'ItemReturnDescription']

It takes an array of values that can be found in the eBay documentation. The values you choose will be dependant upon what you want returned in the response. The documentation of the API calls will tell you for which value of DetailLevel a particular field will be returned for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants