In Store Services Client, the response body is not retrieved, as an exception is thrown when IsSuccessStatusCode is false. Consider attempting to retrieve the body anyway, as the body often contains useful information about why the query failed.
Great suggestion. I need to add better error handling and retry logic so I will add some of this when I work on the next iteration here in the coming weeks.
In Store Services Client, the response body is not retrieved, as an exception is thrown when IsSuccessStatusCode is false. Consider attempting to retrieve the body anyway, as the body often contains useful information about why the query failed.