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.
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 :-)