shopeandodev

Results 8 comments of shopeandodev

hi @dantio , thanks for reply. now i see, this scope ( https://api.ebay.com/oauth/api_scope/commerce.catalog.readonly ) only appears in the sandbox oauth scopes, and i was triing in production mode. Now, when...

@dantio i added that scope to the list, and try to get product info by catalog and got the next error: ``` meta: { errorId: 75015, domain: 'API_CATALOG', category: 'REQUEST',...

@dantio ![image](https://user-images.githubusercontent.com/83987224/145093448-c04bb10b-ccc2-4420-85c7-e4d8f593f4fa.png) i commented the last scope, because if i send it i got the error: invalid scope

i got the next message: ``` description: 'Forbidden', meta: { errorId: 75015, domain: 'API_CATALOG', category: 'REQUEST', message: 'Insufficient permissions to fulfill the request.', res: { status: 403, statusText: 'Forbidden', ```

@dantio yes Im using the token direct from eBay as you said me in the previous steps Im using the US marketplace

i got the next error on the Api Explorer: ``` { "errors": [ { "errorId": 75015, "domain": "API_CATALOG", "category": "REQUEST", "message": "Insufficient permissions to fulfill the request." } ] }...

@dantio i send you an email with more details, thanks

@dantio no yet, it seems i not have the enough scopes. In the eBay forums someone told me i need to send my app to be checked by ebay support,...