Daniil T.

Results 29 comments of Daniil T.

@armadillo-dev > Maybe `@nuxtjs/auth` package conflict wiath `vuex-module-decorators` package. In my case, I used `nuxt-i18n`. that package used vuex. and provide toggle use vuex option. so turn off option, It...

@IA21 Thank you for reporting these issues. I'll work on it.

Weird. > This warning is returned regardless of whether Paypal information was sent in the listing. It's an informational warning and may be ignored. Sellers who are opted into Managed...

```js await eBay.sell.finances.api({ returnResponse: true, // return the response instead of data }).getTransactions(); ```

@bennyk8y can we close this ticket?

@doverradio you should ask this question on a eBay forum or stackoverflow I can't help you here. After a quick search, maybe https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/bulkUpdatePriceQuantity is something what you are looking for?

`authToken` is used for the traditional Auth'N'Auth method. I think you are looking for: ``` eBay.OAuth2.setCredentials('XXXXXXXXXXXXXXXXXX'); // This token can be seen in the eBay API explorer. ```

If you are only using the traditional API, you can use the Auth'n'Auth Token. It is valid for 2 years. You can generate it on the eBay developer page where...

Show me the whole code. Does it work with ebay api explorer? Did you managed to obtain the access token?