The documentation states "Pass the Azure AD access token that has the audience URI value https://onestore.microsoft.com/b2b/keys/create/collections". This is INCORRECT. The actual URI that works is "https://onestore.microsoft.com".
GetCustomerCollectionsIdAsync returns NULL without error

Manny
11
Reputation points
Neither the documentation nor the sample code hints that NULL is a possible return from this operation, but that's what we're getting. The async status is "completed", the (incorrectly documented) ErrorCode HRESULT is 0, GetResults returns NULL without an exception. What might be causing that? Thanks, --Manny