Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an endpoint for current gemstore offers #391

Open
queicherius opened this issue Nov 10, 2016 · 4 comments
Open

Add an endpoint for current gemstore offers #391

queicherius opened this issue Nov 10, 2016 · 4 comments

Comments

@queicherius
Copy link
Contributor

Gitter Ref

@tivac
Copy link
Contributor

tivac commented Nov 10, 2016

Feel free to propose a data structure!

@queicherius
Copy link
Contributor Author

queicherius commented Nov 10, 2016

This would be the information I would be looking for:

  • Image in the gem store
  • Name (?)
  • Item ID(s) [1]
  • Category (Home, Promotions, ...)
  • Usual price (e.g. 2000)
  • Current price (e.g. 2000 for non-reduced, 1600 for reduced)
  • Buy limit of offer (e.g. can only buy 3 at this price)
  • Buy limit of item (e.g. can only buy 3 in total)
  • Expiration date of the offer (till when is it reduced)
  • Expiration date of the item (till when is it in the gem store)
  • Flag if the item is purchasable as a gift

[1] So I know that some items in the gem store don't actually exist, for example, characters slots. Also, there are "packages" which contain multiple items (e.g. "Account Jump Start") - and they look like they also don't exist. Not sure how to handle that best, since I'd like to know both the "package" item (to generate tooltips etc) and the contents of said package.

@queicherius
Copy link
Contributor Author

gemstore-dump.txt

This is the internal API for the gemstore (or at least it was a year ago). Basically that, just with the API item ids instead of the UUID item ids would be fine.

@EtzBetz
Copy link

EtzBetz commented Jul 25, 2018

Just wanted to add to your structure list, there should be info about mass discount. You can purchase some items in higher quantity and you will have a slightly reduced price.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants