LeleDerGrasshalmi / FortniteEndpointsDocumentation

Fortnite & Epic Games Unofficial API Documentation
267 stars 70 forks source link

Gift price #319

Closed beanpython1 closed 1 month ago

beanpython1 commented 1 month ago

Issue Checklist

What is your question?

Is there another way to get the gift price than using check_eligibility? In the recent update, you cannot gift if someone owns items, so when checking the price it returns { "errorCode" : "errors.com.epicgames.modules.gamesubcatalog.receiver_owns_item_from_bundle", "errorMessage" : "User already owns items from this bundle.", "messageVars" : [ ], "numericErrorCode" : 28051, "originatingService" : "fortnite", "intent" : "prod-live" }. Just wondering if theres another way which displays the real price of a bundle. :)

LeleDerGrasshalmi commented 1 month ago

as the error suggests, you cannot gift the bundle, therefore you cannot get the price for gifting, dont see any issue here, only you making false assumptions

beanpython1 commented 1 month ago

Sorry if my message came off wrong. I wasn't trying to make assumptions, I was just asking if there was another way to check the cost of something, not exclusively to gifting (even though I didn’t make that clear). For example, how can I see the price of a bundle after I've bought some items? Also, you can still gift bundles using 'giftcatalogentry', which might be useful to you. I apologise if I sounded negative.

Also, when asking a question do we not do it here? On opening an issue, it asks if it is a question or problem so I thought it would be fine to ask here.

LeleDerGrasshalmi commented 1 month ago

hi,

you need to calculate the price yourself.

you can ask questions in the issues here, or create a discussion in the repo, doesnt really matter.

but:

but in the end both will you get you your anwser

beanpython1 commented 1 month ago

Thank you for your reply. I’ll direct any further questions to the discussions section. :)