Hi team
I am creating Orders using the CreateOrder mutation. It accepts the NZ mobile number 0211117200 (10 characters long), but is bouncing order.phone in the case of 045686172 (9 long). I tried a test where I added a zero to the end (to pad it up to 10 long, but it still creates errors.
I get “One or more user errors were returned. Order Phone is invalid. Relevant Fields: (order). Code: INVALID.”
Is there a reference document, or can someone advise the rules, as to what phone numbers are acceptable please?
I have subsequently found that if I convert all NZ phone numbers in my input data stream to be in the full International format, they work OK. Thanks anyway.