ebay-unofficial/ebay-api

Link to buy-now page

Opened this issue · 0 comments

Use case

Every product should have the possibility to go directly to the buy page.

Example

https://offer.ebay.de/ws/eBayISAPI.dll?BinConfirm&item= id &quantity= number

Example requests

/api/item/{id}/buy
/api/item/{id}/buy/2 or /api/item/{id}/buy?quantity=2
/api/item/{id}/buy/all or /api/item/{id}/buy?quantity=all

Possible problems

It is may depending on the logging status.