Steps:
- Create a basket with all required info to place an order
- Update customer information for a basket with email: "qwe@qwe.qwe"
- Call order creation with such basket
Actual result:
'{"title":"Invalid Customer Email","type":"https://api.commercecloud.salesforce.com/documentation/error/v1/errors/invalid-customer-email","detail":"Invalid customer info 'email' address."}'
Expected result:
From my understanding there 2 options for how functionality should work:
- Make same validation for customer email for basket
- Remove validation during order creation
Additional information:
Order with the same email can be placed for the SFRA-based site
Good morning, were you able to resolve this? Or did they give you the list of allowed domains for validation?
I'm having the same problem.