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
If I make a call for a ListPage of UserGroupAssignment objects from a non-existent Buyer like this:
<>.UserGroups.ListUserAssignmentsAsync(<>);
If the buyerID argument is set to a Buyer that is non-existent in OrderCloud, instead of sending back a 404 response, it seems to send back a 200 response along with a ListPage of zero UserGroupAssignment objects.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I agree, that should probably be a 404. Not an SDK bug per se (it's just echoing what the API returns), but we'll get it logged as an API issue.
If I make a call for a ListPage of UserGroupAssignment objects from a non-existent Buyer like this:
<>.UserGroups.ListUserAssignmentsAsync(<>);
If the buyerID argument is set to a Buyer that is non-existent in OrderCloud, instead of sending back a 404 response, it seems to send back a 200 response along with a ListPage of zero UserGroupAssignment objects.
The text was updated successfully, but these errors were encountered: