Closed hlb-schmidt closed 7 years ago
The Fulfillment API uses the new RESTful token for authorization. You need to pass you oAuth token via the authorization configuration option.
More info on using the SDK with the RESTful services can be found in the documentation.
There are also several examples available.
https://github.com/davidtsadler/ebay-sdk-examples/blob/master/inventory/01-get-inventory-item.php https://github.com/davidtsadler/ebay-sdk-examples/blob/master/browse/01-search-for-items.php https://github.com/davidtsadler/ebay-sdk-examples/blob/master/feed/01-get-item-feed.php
thank you for the tip about (soap) trading api. that works without user intervention (as i need to use this in a cronjob) and a single seller token that only has to be created once a year. versus rest/fulfillment api where it seems we need manual user grants and short lasting tokens...
heres what i tried:
but get an InvalidArgumentException
Missing required configuration options: authorization