You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue started happening a couple of days ago for one on the tenants in the Partner Center API.
I'm using the standard call like in the image below:
var customerUserSubscribedSkus = _partnerOperations.Customers.ById(tenantId).SubscribedSkus.Get();
I'm passing the correct "tenantId" here
And getting the exception:
I can't seem to find this error anywhere "Tenant address information is not available"
I'm using this package to work with Partner Center
The strange thing is that the same exact API works for many other Customers (passing the other tenantId) in Partner Center.
Even stranger is the fact that it sometimes does not throw this exception, it's totally random during the day.
Any help would be appreciated here :-)
The text was updated successfully, but these errors were encountered:
Hello,
This issue started happening a couple of days ago for one on the tenants in the Partner Center API.
I'm using the standard call like in the image below:
var customerUserSubscribedSkus = _partnerOperations.Customers.ById(tenantId).SubscribedSkus.Get();
I'm passing the correct "tenantId" here
And getting the exception:
I can't seem to find this error anywhere
"Tenant address information is not available"
I'm using this package to work with Partner Center
The strange thing is that the same exact API works for many other Customers (passing the other tenantId) in Partner Center.
Even stranger is the fact that it sometimes does not throw this exception, it's totally random during the day.
Any help would be appreciated here :-)
The text was updated successfully, but these errors were encountered: