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
I noticed that the latest version of the SDK has support for updating customer information. It would be great to have methods called getCustomers() and getCustomer(String id) or something of that nature that fetch all customers and individual customer details based on an e-mail or an ID. It would also be nice to extend this support to the customer search endpoint in case you need to search for a customer based on some other attribute than ID.
The text was updated successfully, but these errors were encountered:
I noticed that the latest version of the SDK has support for updating customer information. It would be great to have methods called
getCustomers()
andgetCustomer(String id)
or something of that nature that fetch all customers and individual customer details based on an e-mail or an ID. It would also be nice to extend this support to the customer search endpoint in case you need to search for a customer based on some other attribute than ID.The text was updated successfully, but these errors were encountered: