I’m passing in shippingAddress and billingAddress into the createOrder mutation (tried 2024-10 and 2025-01) and it’s creating the order with a blank billing address and shipping address.
I’ve tried it with and without the company location ID set.
I’m also not getting anything back in userErrors.
"shippingAddress": {
"address1": "***,
"address2": "***",
"city": "***",
"provinceCode": "CA",
"zip": "***",
"countryCode": "US"
},
"billingAddress": {
"address1": "***",
"address2": "***",
"city": "***",
"provinceCode": "HI",
"zip": "***",
"countryCode": "US"
},