Hi, I installed this library from npm but when I use
const spClient = new SellingPartner({
region: 'eu',
refresh_token: '<REFRESH_TOKEN>',
});
let res = await spClient.callAPI({
operation: 'getMarketplaceParticipations',
endpoint: 'sellers',
query: {},
});
Then there is no intellisense to choose the operation from, even though I see that operation is of type TOperation. Did I miss something?
Hi, I installed this library from
npmbut when I useThen there is no intellisense to choose the
operationfrom, even though I see thatoperationis of typeTOperation. Did I miss something?