Tustin / fortnite-php

A PHP wrapper for the official Fortnite API
MIT License
51 stars 26 forks source link

Decode offerId? #62

Open balex25 opened 5 years ago

balex25 commented 5 years ago

Know anyone how to convert or decode the offerId for items at the store.

EX:

offerId: 11fb033c9cf9e251b35b7487cdea9357135054de607c011913609b06eae7d8d9 (I get this string direct from Epic Games API).

TO:

Item ID (api): d633710-bf33be9-4821704-8e006cf

Many thanks! :)

QuentinBellus commented 5 years ago

As far as I know, there is no direct link between the offerId and items Id. An offer can grant multiple items (e.g. when you buy a Skin, you also get a backbling).

If your idea was to attempt buying items not visible in the shop anymore, rest assured many have tried and it's not possible ;)