Issue with MarketplaceService? (Too many requests)

Here is the error I’m getting:

Internal error while fetching asset type because MarketplaceService:getProductInfo() failed because HTTP 429 (Too Many Requests. Retry later) (x3)  -  Studio

Here is the lines in my script that call marketplaceservice:
MarketplaceService:PromptPurchase(player, firstPassId)
local success, ownsPass = pcall(MarketplaceService.UserOwnsGamePassAsync, MarketplaceService, player.UserId, passId)
local MarketplaceService = game:GetService("MarketplaceService")

If anyone knows how to fix this call throttling, please reply.

Enable API thing in game settings so you can access it inside studio