Hi,
I am trying to add integration into our website to help make online order pick up easier. I am trying to look up orders by customer name. To do that I need the customer_ids. When looking at the customer api it looks like you are not able to search for customers based on their given name and family name. Am I missing something here?
Our workaround will probably be to add a custom field, and then copy the name field to the custom field and search that. It’s not ideal to have the maintain a separate field for this.