You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I thought I read on your site that the getTopSellingProducts call within the Merchandising API was supported in the SDK. But now I can't find any reference to that....
Is it supported please? When I try for instance: response = api.execute('getTopSellingProducts', {'maxResults': 10})
I get an error: ebaysdk.exception.ConnectionError: 'getTopSellingProducts: Not Found
Which suggests it isn't part of it or I am just not using it in the right way.
Thanks - Sorry I know this is more of a question than a bug as such
The text was updated successfully, but these errors were encountered:
Hi, I thought I read on your site that the getTopSellingProducts call within the Merchandising API was supported in the SDK. But now I can't find any reference to that....
Is it supported please? When I try for instance:
response = api.execute('getTopSellingProducts', {'maxResults': 10})
I get an error:
ebaysdk.exception.ConnectionError: 'getTopSellingProducts: Not Found
Which suggests it isn't part of it or I am just not using it in the right way.
Thanks - Sorry I know this is more of a question than a bug as such
The text was updated successfully, but these errors were encountered: