Get Product price by RegionId

Hello @Galdino1000, welcome to VTEX Community!

Usually you would get this cookie from the IO app’s context:

  • ctx.authToken: token for the app itself
  • ctx.vtex.storeUserAuthToken: token for actions on behalf of a store user
  • ctx.vtex.adminUserAuthToken: token for actions on behalf of an admin user

You can see some more details in this documentation. Is this how you are currently authenticating?

I believe we do have some restrictions related to expiring cookies needing to be renewed… If you can’t solve your case with the information I shared let me know and I’ll see if I can figure out a way to renew cookies that works for your application.