Skip to content

Placing auction bid alternative? #188

@hal-alex

Description

@hal-alex
  • 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions