-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
- Are you running the latest version?
- Have you included sample input, output, error, and expected output?
- Have you checked if you are using correct configuration?
Describe the bug
Hi @dantio thanks for creating such a useful library!
I am building an application that would allow me (single user) to place auction bids. However, I can see that placeProxyBid from the Buy API requires production access, which involves a lengthy application process and would be OTT for my use case.
I tried using the above method and it would error out with "Insufficient permissions to fulfill the request.", while other methods, like getting item info work fine.
Do you know if there is an alternative to this API?
Code
await eBay.buy.offer.placeProxyBid("v1|1231203192387|0", {
maxAmount: {
currency: "GBP",
value: "24",
},
}),Output
expected data
Would you like to work on this issue?
- Yes
- No
- Maybe
Metadata
Metadata
Assignees
Labels
No labels