Search the Community
Showing results for tags 'customer ordering'.
-
I would like to look up the order IDs associated with a customer account, searching on customer information. Ideally, I would search customer name or phone number, and find all orders associated with that customer. It doesn't look like the APIs support this. The only workaround that I see is Retrieving All Orders and then parsing through them to match Name/Phone within billingAddress or shippingAddress. This could be incredibly lengthy, given the amount of order volume. We won't necessarily know the modifiedBefore/After information to time-box and reduce the number of returned orders.
-
- api
- customer ordering
-
(and 2 more)
Tagged with:
-
Site URL: http://thelocaldonutshop.com Hello I need a code that will cut our customer's dozen order at 12 donuts. Right now, customers have to keep track of how many donuts they are adding to the dozen. Is there a way we can control that and stop them at 12? Thank you - D