originally posted in:BungieNetPlatform
View Entire Topic
I'm looking at the new GetPublicVendor endpoint for Iron Banner gear, and was wondering if there was any way to see what progression rank you need to be to be able to purchase items? I'm looking at the response and it doesn't seem to be anything there that indicates this, but I may just be missing it.
English
-
Edited by lowlines: 10/15/2015 12:42:29 AMThere's something called "requiredUnlockFlags" which sits at the same level as the "item" object that will have a list of unlockFlags (see DestinyUnlockFlagDefinition). "unlockStatuses" has an "isSet" boolean which you can use to check whether that character is eligible to acquire the item. However from what I can see, both of these are only filled out in the private, character specific endpoint for getting information about Vendors (for Iron Banner at least).