Hi,
I'm running Swift 2 on 10.17.6.
I'm building a one-page checkout where a logged-in customer should be able to select another customer and see that customer's addresses, then pick one for delivery.
Fetching the list of customers is straightforward. I created a query and access it via:
The problem occurs when I try to get the selected customer's addresses through:
This requires JWT authorization.
So my question is: Is there another way to retrieve another customer's addresses without JWT authorization?